Skip to main content
.NET Framework Class Library
DictionaryTKey, TValueGetObjectData Method

Implements the System.Runtime.SerializationISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)
Syntax
Public Overridable Sub GetObjectData ( _
	info As [%$TOPIC/yy8be3bb_en-us_VS_110_3_0_0_0_0%], _
	context As [%$TOPIC/yy8be3bb_en-us_VS_110_3_0_0_0_1%] _
)
public virtual void GetObjectData(
	[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_1_0_0%] info,
	[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_1_0_1%] context
)
public:
virtual void GetObjectData(
	[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_2_0_0%]^ info, 
	[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_2_0_1%] context
)
abstract GetObjectData : 
        info:[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_3_0_0%] * 
        context:[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_3_0_1%] -> unit  
override GetObjectData : 
        info:[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_3_0_2%] * 
        context:[%$TOPIC/yy8be3bb_en-us_VS_110_3_0_3_0_3%] -> unit

Parameters

info
Type: System.Runtime.SerializationSerializationInfo

A System.Runtime.SerializationSerializationInfo object that contains the information required to serialize the DictionaryTKey, TValue instance.

context
Type: System.Runtime.SerializationStreamingContext

A System.Runtime.SerializationStreamingContext structure that contains the source and destination of the serialized stream associated with the DictionaryTKey, TValue instance.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
ArgumentNullException

info is .

Remarks

This method is an O(n) operation, where n is Count.

Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
.NET Framework Security
Platforms

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.