Hashtable: IsFixedSize (get)

IsFixedSize

Gets a value indicating whether the Hashtable has a fixed size.



 Public Property Get IsFixedSize ( ) As Boolean

Return Values

Boolean -  True if the Hashtable is read-only; otherwise, False. The default is False.

Remarks

This implements the IList.IsFixedSize.

Read Only.

See Also

Project CorLib Overview

Class Hashtable Overview