Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinkedList<T>::Enumerator::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Implements the System.Runtime.Serialization::ISerializable interface and returns the data needed to serialize the LinkedList<T> instance.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

private:
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) sealed = ISerializable::GetObjectData

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

A System.Runtime.Serialization::SerializationInfo object that contains the information required to serialize the LinkedList<T> instance.

context
Type: System.Runtime.Serialization::StreamingContext

A System.Runtime.Serialization::StreamingContext object that contains the source and destination of the serialized stream associated with the LinkedList<T> instance.

Exception Condition
ArgumentNullException

info is null.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft