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

Definice

Získá počet elementů obsažených v objektu 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

Hodnota vlastnosti

Int32

Počet elementů obsažených v objektu ICollection<T>.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v HttpRequestOptions případě, že je instance přetypována do ICollection<T> rozhraní.

Platí pro