public sealed class ActionMap : Dictionary<string, RpcMethod>
Public NotInheritable Class ActionMap
Inherits Dictionary(Of String, RpcMethod)
[<SealedAttribute>]
type ActionMap =
class
inherit Dictionary<string, RpcMethod>
end
ActionMap | 服务映射图 |
Capacity | Gets the total numbers of elements the internal data structure can hold without resizing. (继承自 DictionaryString, RpcMethod。) |
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (继承自 DictionaryString, RpcMethod。) |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
Item | Gets or sets the value associated with the specified key. (继承自 DictionaryString, RpcMethod。) |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
Add | Adds the specified key and value to the dictionary. (继承自 DictionaryString, RpcMethod。) |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (继承自 DictionaryString, RpcMethod。) |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (继承自 DictionaryString, RpcMethod。) |
EnsureCapacity | Ensures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage. (继承自 DictionaryString, RpcMethod。) |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
GetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (继承自 DictionaryString, RpcMethod。) |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetRpcMethod | 通过actionKey获取函数实例 |
GetType | Gets the Type of the current instance. (继承自 Object。) |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (继承自 DictionaryString, RpcMethod。) |
Remove(TKey) | Removes the value with the specified key from the DictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
Remove(TKey, TValue) | Removes the value with the specified key from the DictionaryTKey, TValue, and copies the element to the value parameter. (继承自 DictionaryString, RpcMethod。) |
ToString | Returns a string that represents the current object. (继承自 Object。) |
TrimExcess | Sets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries. (继承自 DictionaryString, RpcMethod。) |
TrimExcess(Int32) | Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage. (继承自 DictionaryString, RpcMethod。) |
TryAdd | Attempts to add the specified key and value to the dictionary. (继承自 DictionaryString, RpcMethod。) |
TryGetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (继承自 DictionaryString, RpcMethod。) |
TryGetRpcMethod | 通过actionKey获取函数实例 |
TryGetValue | Gets the value associated with the specified key. (继承自 DictionaryString, RpcMethod。) |
Map | (由 Mapper 定义。) |
Map | (由 Mapper 定义。) |
MapTTarget | (由 Mapper 定义。) |
ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |
ICollectionKeyValuePairTKey, TValueAdd | Adds the specified value to the ICollectionT with the specified key. (继承自 DictionaryString, RpcMethod。) |
IDictionaryAdd | Adds the specified key and value to the dictionary. (继承自 DictionaryString, RpcMethod。) |
ICollectionKeyValuePairTKey, TValueContains | Determines whether the ICollectionT contains a specific key and value. (继承自 DictionaryString, RpcMethod。) |
IDictionaryContains | Determines whether the IDictionary contains an element with the specified key. (继承自 DictionaryString, RpcMethod。) |
ICollectionKeyValuePairTKey, TValueCopyTo | Copies the elements of the ICollectionT to an array of type KeyValuePairTKey, TValue, starting at the specified array index. (继承自 DictionaryString, RpcMethod。) |
ICollectionCopyTo | Copies the elements of the ICollectionT to an array, starting at the specified array index. (继承自 DictionaryString, RpcMethod。) |
IEnumerableKeyValuePairTKey, TValueGetEnumerator | Returns an enumerator that iterates through the collection. (继承自 DictionaryString, RpcMethod。) |
IDictionaryGetEnumerator | Returns an IDictionaryEnumerator for the IDictionary. (继承自 DictionaryString, RpcMethod。) |
IEnumerableGetEnumerator | Returns an enumerator that iterates through the collection. (继承自 DictionaryString, RpcMethod。) |
IDictionaryIsFixedSize | Gets a value that indicates whether the IDictionary has a fixed size. (继承自 DictionaryString, RpcMethod。) |
ICollectionKeyValuePairTKey, TValueIsReadOnly | Gets a value that indicates whether the dictionary is read-only. (继承自 DictionaryString, RpcMethod。) |
IDictionaryIsReadOnly | Gets a value that indicates whether the IDictionary is read-only. (继承自 DictionaryString, RpcMethod。) |
ICollectionIsSynchronized | Gets a value that indicates whether access to the ICollection is synchronized (thread safe). (继承自 DictionaryString, RpcMethod。) |
IDictionaryItem | Gets or sets the value with the specified key. (继承自 DictionaryString, RpcMethod。) |
IDictionaryTKey, TValueKeys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
IReadOnlyDictionaryTKey, TValueKeys | Gets a collection containing the keys of the IReadOnlyDictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
IDictionaryKeys | Gets an ICollection containing the keys of the IDictionary. (继承自 DictionaryString, RpcMethod。) |
ICollectionKeyValuePairTKey, TValueRemove | Removes a key and value from the dictionary. (继承自 DictionaryString, RpcMethod。) |
IDictionaryRemove | Removes the element with the specified key from the IDictionary. (继承自 DictionaryString, RpcMethod。) |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (继承自 DictionaryString, RpcMethod。) |
IDictionaryTKey, TValueValues | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
IReadOnlyDictionaryTKey, TValueValues | Gets a collection containing the values of the IReadOnlyDictionaryTKey, TValue. (继承自 DictionaryString, RpcMethod。) |
IDictionaryValues | Gets an ICollection containing the values in the IDictionary. (继承自 DictionaryString, RpcMethod。) |