Click or drag to resize

WikiReadOnlyDictionary Properties

This is preliminary documentation and is subject to change.

The WikiReadOnlyDictionary type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of all properties.
Public propertyItem Tries to get the value of the specified property.
Public propertyKeysGets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
Public propertyValuesGets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyICollection<KeyValuePair<String, JsonElement>>.IsReadOnlyGets a value indicating whether the ICollection<T> is read-only.
Top
See Also