Share via


ReadOnlyDictionary<TKey, TValue>.Count property

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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

Implements

IReadOnlyCollection<T>.Count

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace