Mono Class Library: System.Collections.Hashtable Overview | Members

System.Collections.Hashtable.IsFixedSize Property

Implemented to support the IDictionary interface. [Note: For more information, see IDictionary.IsFixedSize.] [Edit]

public virtual bool IsFixedSize { get; }

Value

true if the current instance has a fixed size; otherwise, false. [Edit]

Remarks

This property is read-only.

Note: Elements can be modified in, but not added to or removed from a Hashtable with a fixed size.

Operation
As described above.

The default value of this property is false .

Note to Inheritors
Override this property, setting it to true , to prevent addition or removal of entries in the current instance.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0