ContractedDictionary Class |
Namespace: Couchbase.Lite.Util
public abstract class ContractedDictionary : ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, IEnumerable, IDictionary<string, Object>
The ContractedDictionary type exposes the following members.
Name | Description | |
---|---|---|
Add(KeyValuePairString, Object) | ||
Add(String, Object) |
Add the specified key and value.
| |
Clear | ||
Contains | ||
ContainsKey |
Checks if this dictionary contains the given key
| |
CopyTo | ||
GetEnumerator | ||
Remove(KeyValuePairString, Object) | ||
Remove(String) | ||
TryGetValue(String, Object) | ||
TryGetValueT(String, T) |
Tries to get the value of the specified key
| |
Validate |
Validates the dictionary
|