ExpandoObject.ICollection<KeyValuePair<String,Object>>.Count プロパティ

定義

ICollection<T> にある要素の数を取得します。

property int System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String,System::Object>>::Count { int get(); };
int System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Count { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Count : int
 ReadOnly Property Count As Integer Implements ICollection(Of KeyValuePair(Of String, Object)).Count

プロパティ値

ICollection<T> にある要素の数。

実装

適用対象