Click or drag to resize

WikiReadOnlyDictionaryKeys Property

This is preliminary documentation and is subject to change.

Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public ICollection<string> Keys { get; }

Return Value

ICollectionString
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also