Edit

Share via


HttpRequestOptions.ICollection<KeyValuePair<String,Object>>.IsReadOnly Property

Definition

Gets a value indicating whether the ICollection<T> is read-only.

bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.IsReadOnly { get; }

Property Value

true if the ICollection<T> is read-only; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the HttpRequestOptions instance is cast to an ICollection<T> interface.

Applies to