| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
ICollectionTKeySee Also