ReadOnlyDictionary<TKey, TValue>.Count Property
Gets the count of the items in the read-only dictionary.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 count of the items.
Implements
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class
ReadOnlyDictionary<TKey, TValue> Members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client Namespace