Initializes a new instance of the SerializableDictionary<(Of <(<'TKey, TValue>)>)> class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected SerializableDictionary(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
A SerializationInfo object containing the information required to serialize the Dictionary<(Of <(<'TKey, TValue>)>)>.
context
Type: System.Runtime.Serialization..::..StreamingContext
A StreamingContext structure containing the source and destination of the serialized stream associated with the Dictionary<(Of <(<'TKey, TValue>)>)>.

See Also