HttpRequestOptions.IDictionary<String,Object>.Values Свойство

Определение

ICollection<T> Возвращает значение, содержащее значения в объекте IDictionary<TKey,TValue>.

property System::Collections::Generic::ICollection<System::Object ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Values : System.Collections.Generic.ICollection<obj>
 ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of String, Object).Values

Значение свойства

Содержит ICollection<T> значения в объекте, реализуемом IDictionary<TKey,TValue>.

Реализации

Комментарии

Этот член является явной реализацией элемента интерфейса. Его можно использовать только в том случае, если HttpRequestOptions экземпляр приведение к интерфейсу IDictionary<TKey,TValue> .

Применяется к