Share via


IObjectReader<T>.Count Property

Definition

Gets the count of object projection instances that are of the type specified by the generic parameter T.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The count.

Applies to