This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::IsFixedSize Property
Visual Studio 2013
Returns true if the size of the dictionary will not change.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual property bool IsFixedSize { bool get () sealed = IDictionary::IsFixedSize::get; }
Property Value
Type: System::BooleanTrue if the size of the dictionary will not change; otherwise, false.
Implements
IDictionary::IsFixedSize- 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: