This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly Property
Visual Studio 2013
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; }
Implements
ICollection<T>::IsReadOnly- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: