ReplicationOptionsDictionary Methods |
The ReplicationOptionsDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, Object) | (Inherited from ContractedDictionary.) |
![]() | Add(String, Object) |
Add the specified key and value.
(Inherited from ContractedDictionary.) |
![]() | Clear | (Inherited from ContractedDictionary.) |
![]() | Contains | (Inherited from ContractedDictionary.) |
![]() | ContainsKey |
Checks if this dictionary contains the given key
(Inherited from ContractedDictionary.) |
![]() | CopyTo | (Inherited from ContractedDictionary.) |
![]() | GetEnumerator | (Inherited from ContractedDictionary.) |
![]() | Remove(KeyValuePairString, Object) | (Inherited from ContractedDictionary.) |
![]() | Remove(String) | (Inherited from ContractedDictionary.) |
![]() | TryGetValue(String, Object) | (Inherited from ContractedDictionary.) |
![]() | TryGetValueT(String, T) |
Tries to get the value of the specified key
(Inherited from ContractedDictionary.) |
![]() | Validate |
Validates the dictionary
(Inherited from ContractedDictionary.) |