TreeNode Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the TreeNode class using the specified serialization information and context.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo that contains the data to deserialize the class.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext that contains the source and destination of the serialized stream.
.NET Framework
Available since 2.0
Available since 2.0
Show: