IArrayContract<C>.GetCount 方法
定义
返回 IArrayContract<C> 中包含的元素的数目。Returns the number of elements contained in the IArrayContract<C>.
public:
int GetCount();
public int GetCount ();
abstract member GetCount : unit -> int
Public Function GetCount () As Integer
返回
IArrayContract<C> 中包含的元素数。The number of elements contained in the IArrayContract<C>.