Gets whether the dictionary is fixed size.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsFixedSize { get; }
Visual Basic
Public ReadOnly Property IsFixedSize As Boolean
	Get
Visual C++
public:
virtual property bool IsFixedSize {
	bool get () sealed;
}

Implements

IDictionary..::..IsFixedSize

See Also