 | UnorderedKeyedMultiCollectionTKey, TItemKeys Property |
This is preliminary documentation and is subject to change.
Gets a read-only view of the key collection.
Namespace: WikiClientLibrary.Wikibase.InfrastructuresAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic ICollection<TKey> Keys { get; }Public ReadOnly Property Keys As ICollection(Of TKey)
Get
Dim instance As UnorderedKeyedMultiCollection
Dim value As ICollection(Of TKey)
value = instance.Keys
public:
property ICollection<TKey>^ Keys {
ICollection<TKey>^ get ();
}member Keys : ICollection<'TKey> with get
Property Value
ICollectionTKey
See Also