ItemCollection<TItem>.Count Property

Definition

Gets the total number of items in the collection.

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

Property Value

Returns Int32.

Applies to