次の方法で共有


ICollection.Count プロパティ

クラスによって実装された場合は、 ICollection に格納されている要素の数を取得します。

ReadOnly Property Count As Integer
[C#]
int Count {get;}
[C++]
__property int get_Count();
[JScript]
function get Count() : int;

プロパティ値

ICollection に格納されている要素の数。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

ICollection インターフェイス | ICollection メンバ | System.Collections 名前空間