 | WikiReadOnlyDictionaryKeys Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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, TValueKeys
See Also