IDictionary: IsFixedSize (get)

IsFixedSize

Returns if this instance is fixed-size.



 Public Property Get IsFixedSize ( ) As Boolean

Return Values

Boolean -  Indication if is a fixid-size dictionary list.

Remarks

A FixedSize list can still have items replaced by new values, only now values can be added or removed.

Read Only.

See Also

Project VBCorLib Overview Class IDictionary Overview IDictionary Properties IDictionary Methods GetEnumerator IsReadOnly (get)