IDictionary: IsReadOnly (get)

IsReadOnly

Returns if this instance is read-only.



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  An indication if this instance is read-only.

Remarks

A ReadOnly list can only retrieve items from the list. The list cannot change, add, or remove items.

Read Only.

See Also

Project CorLib Overview

Class IDictionary Overview