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 ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyICollectionKeyValuePairString, JsonElementIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Top
See Also