Overload List
| Name | Description | |
|---|---|---|
| CogSerializableDictionaryBase TKey, TValue |
Constructs a new instance of the CogSerializableDictionaryBase
class.
| |
| CogSerializableDictionaryBase TKey, TValue (CogSerializableDictionaryBase TKey, TValue ) |
Constructs a copy of the supplied CogSerializableDictionaryBase.
If the values are ref types that implement ICloneable,
this will be a deep copy.
| |
| CogSerializableDictionaryBase TKey, TValue (SerializationInfo, StreamingContext) |
CogSerializableDictionaryBase serialization constructor.
|
See Also