HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.Count Egenskap

Definition

Hämtar antalet element som finns i 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

Egenskapsvärde

Antalet element som finns i ICollection<T>.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen HttpRequestOptions skickas till ett ICollection<T> gränssnitt.

Gäller för