DictionarySerializer<K,V> Constructors

Definition

Overloads

DictionarySerializer<K,V>()
DictionarySerializer<K,V>(IDictionary<K,V>)

DictionarySerializer<K,V>()

public:
 DictionarySerializer();
public DictionarySerializer ();
Public Sub New ()

Applies to

DictionarySerializer<K,V>(IDictionary<K,V>)

public:
 DictionarySerializer(System::Collections::Generic::IDictionary<K, V> ^ dictionary);
public DictionarySerializer (System.Collections.Generic.IDictionary<K,V> dictionary);
new Microsoft.BizTalk.ApplicationDeployment.DictionarySerializer<'K, 'V> : System.Collections.Generic.IDictionary<'K, 'V> -> Microsoft.BizTalk.ApplicationDeployment.DictionarySerializer<'K, 'V>
Public Sub New (dictionary As IDictionary(Of K, V))

Parameters

dictionary
IDictionary<K,V>

Applies to