Share via


IReadOnlyCollection<T>.Count Property

Gets the number of items in the collection.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As IReadOnlyCollection
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
An integer that represents the number of items in the collection.

See Also

Reference

IReadOnlyCollection<T> Interface

IReadOnlyCollection<T> Members

Microsoft.BusinessData.Infrastructure.Collections Namespace