This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::IsReadOnly Property

Returns true because this is a read-only dictionary.

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

private:
virtual property bool IsReadOnly {
	bool get () sealed = IDictionary::IsReadOnly::get;
}

Property Value

Type: System::Boolean
True.

Implements

IDictionary::IsReadOnly

Show: