 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
ICollectionTCount
See Also