 | InterwikiMapCount Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
Get
Dim instance As InterwikiMap
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
Return Value
Int32The number of elements contained in the
ICollectionT.
Implements
ICollectionTCount
See Also