This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly Property

Gets a flag that describes whether this dictionary is read-only.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual property bool IsReadOnly {
	bool get () sealed = ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly::get;
}

Property Value

Type: System::Boolean
True always, because this dictionary is read-only.

Implements

ICollection<T>::IsReadOnly

Show: