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.

NameObjectCollectionBase Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the NameObjectCollectionBase class that is serializable and uses the specified System.Runtime.Serialization::SerializationInfo and System.Runtime.Serialization::StreamingContext.

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

protected:
NameObjectCollectionBase(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

A System.Runtime.Serialization::SerializationInfo object that contains the information required to serialize the new NameObjectCollectionBase 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 new NameObjectCollectionBase instance.

This constructor is an O(1) operation.

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