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> 介面時,才能使用這個成員。

適用於