IListContract<T>.GetCount 方法

定义

获取 IListContract<T> 集合中项的数目。

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

返回

集合中项的数目。

适用于