Initializes a new instance of the PropertyDictionary class with serialized data.
Namespace:
Mindroute.Core.CollectionsAssembly: Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)
Syntax
| C# |
|---|
public PropertyDictionary( SerializationInfo info, StreamingContext context ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ ) |
Parameters
- info
- Type: System.Runtime.Serialization..::.SerializationInfo
A System.Runtime.Serialization.SerializationInfo object containing the information required to serialize the PropertyDictionary.
- context
- Type: System.Runtime.Serialization..::.StreamingContext
A System.Runtime.Serialization.StreamingContext structure containing the source and destination of the serialized stream associated with the PropertyDictionary.