Overload List
| Name | Description | |
|---|---|---|
| CogReadOnlyCollectionNonSerializable T |
Constructs an empty CogReadOnlyCollectionNonSerializable;
| |
| CogReadOnlyCollectionNonSerializable T (List T ) |
Wraps the items list int a CogReadOnlyCollectionNonSerializable.
Note that changes to the original list will be reflected
in the Read only collection.
Note that the properties of the collection elements themselves can still
be changed via this interface.
| |
| CogReadOnlyCollectionNonSerializable T ( T ) |
Constructs a new instance of the CogReadOnlyCollectionNonSerializable class.
Note that the properties of the collection elements themselves can still
be changed via this interface.
|
See Also