IListContract<T>.GetCount Method

Definition

Gets the number of items in an IListContract<T> collection.

public:
 int GetCount();
public int GetCount ();
abstract member GetCount : unit -> int
Public Function GetCount () As Integer

Returns

The number of items in the collection.

Applies to