Wiki |
This is preliminary documentation and is subject to change.
The WikiReadOnlyDictionary type exposes the following members.
Name | Description | |
---|---|---|
ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetBooleanValue | Gets the Boolean value by property name. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetInt32Value(String) | Gets the Int32 value by property name. This overload raises exception for missing key. | |
GetInt32Value(String, Int32) | Gets the Int32 value by property name. A default value can be provided in case the specified key does not exist. | |
GetInt64Value(String) | Gets the Int64 value by property name. This overload raises exception for missing key. | |
GetInt64Value(String, Int64) | Gets the Int64 value by property name. A default value can be provided in case the specified key does not exist. | |
GetStringValue | Gets the String value by property name. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnDeserialized | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
ICollectionKeyValuePairString, JsonElementAdd | Adds an item to the ICollectionT. | |
ICollectionKeyValuePairString, JsonElementClear | Removes all items from the ICollectionT. | |
ICollectionKeyValuePairString, JsonElementContains | Determines whether the ICollectionT contains a specific value. | |
ICollectionKeyValuePairString, JsonElementCopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. | |
ICollectionKeyValuePairString, JsonElementRemove | Removes the first occurrence of a specific object from the ICollectionT. | |
IDictionaryString, JsonElementAdd | Adds an element with the provided key and value to the IDictionaryTKey, TValue. | |
IDictionaryString, JsonElementRemove | Removes the element with the specified key from the IDictionaryTKey, TValue. | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. | |
IEnumerableKeyValuePairString, JsonElementGetEnumerator | Returns an enumerator that iterates through the collection. |