| WikiReadOnlyDictionaryValues 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<JsonElement> Values { get; }
Public ReadOnly Property Values As ICollection(Of JsonElement)
Get
Dim instance As WikiReadOnlyDictionary
Dim value As ICollection(Of JsonElement)
value = instance.Values
public:
virtual property ICollection<JsonElement>^ Values {
ICollection<JsonElement>^ get () sealed;
}
abstract Values : ICollection<JsonElement> with get
override Values : ICollection<JsonElement> with get
Return Value
ICollectionJsonElementAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValuesSee Also