| WikiReadOnlyDictionaryKeys Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
Get
Dim instance As WikiReadOnlyDictionary
Dim value As ICollection(Of String)
value = instance.Keys
public:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Return Value
ICollectionStringAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeysSee Also