Hashtable.IsFixedSize Property
Gets a value indicating whether the Hashtable has a fixed size.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual bool IsFixedSize { get; }
Property Value
true if the Hashtable has a fixed size; otherwise, false. The default is false.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
Hashtable Class
Hashtable Members
System.Collections Namespace