ArgMap Methods |
The ArgMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) | (Inherited from DictionaryString, String.) |
![]() | Add(String, Object) |
Associates the specified value with the specified key in this map.
If the map previously contained mapping for the key, this method will throw an exception.
|
![]() | Clear | (Inherited from DictionaryString, String.) |
![]() | ContainsKey | (Inherited from DictionaryString, String.) |
![]() | ContainsValue | (Inherited from DictionaryString, String.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryString, String.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from DictionaryString, String.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from DictionaryString, String.) |
![]() | Remove | (Inherited from DictionaryString, String.) |
![]() | SafeAdd |
Associates the specified value with the specified key in this map.
If the map previously contained mapping for the key, it will be replaced
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | (Inherited from DictionaryString, String.) |