 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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