| WikiReadOnlyDictionaryCount Property |
This is preliminary documentation and is subject to change.
Gets the count of all properties.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Dim instance As WikiReadOnlyDictionary
Dim value As Integer
value = instance.Count
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int with get
override Count : int with get
Property Value
Int32Implements
ICollectionTCountSee Also