ReadOnlyDictionary<TKey, TValue>.Count Property
Gets the number of key/value pairs contained in the ReadOnlyDictionary
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As Integer
value = instance.Count
public int Count { get; }
Property Value
Type: System.Int32
The number of key/value pairs contained in the ReadOnlyDictionary
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class