HttpRequestOptions.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

プロパティ値

Int32

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HttpRequestOptions のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象