ICollectionContract<C>.GetCount メソッド

定義

ICollectionContract<C>に含まれる要素の数を返します。

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

返品

ICollectionContract<C>に含まれる要素の数。

適用対象