Overload List
| Name | Description | |
|---|---|---|
| CogReadOnlyCollection T |
Constructs an empty CogReadOnlyCollection;
| |
| CogReadOnlyCollection T (List T ) |
Wraps the items list int a CogReadOnlyCollection.
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.
| |
| CogReadOnlyCollection T ( T ) |
Constructs a new instance of the CogReadOnlyCollection class.
Note that the properties of the collection elements themselves can still
be changed via this interface.
| |
| CogReadOnlyCollection T (SerializationInfo, StreamingContext) |
Special serialization constructor.
|
See Also