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