←Select platform

SerializableDictionary<TKey,TValue> Constructor(SerializationInfo,StreamingContext)

Summary

Initializes a new instance of the SerializableDictionary<TKey,TValue> class.

Syntax

C#
VB
C++
protected SerializableDictionary<TKey,TValue>(  
   SerializationInfo info, 
   StreamingContext context 
) 
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
protected: 
SerializableDictionary<TKey,TValue>(  
   SerializationInfo^ info, 
   StreamingContext context 
) 

Parameters

info
A System.Runtime.Serialization.SerializationInfo object containing the information required to serialize the Dictionary.

context
A System.Runtime.Serialization.StreamingContext structure containing the source and destination of the serialized stream associated with the Dictionary.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize