The IReadOnly<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateWritableClone |
Create a copy of the current object instance that is writable.
| |
| MakeReadOnly |
Changes the object instance into a read-only object.
(Inherited from IReadOnly.) |
Properties
| Name | Description | |
|---|---|---|
| IsReadOnly |
Indicates if the current object instance is read-only.
(Inherited from IReadOnly.) |