Inner Drive Extensible Architecture
C#
Show/Hide TOC
Node(Serialization
Info, Streaming
Context) Constructor
Allows an object to control its own serialization and deserialization through binary and XML serialization.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
protected
Node
(
SerializationInfo
info
,
StreamingContext
context
)
Parameters
info
SerializationInfo
context
StreamingContext
See Also
Reference
Node Class
Node Overload
InnerDrive.Geography Namespace
In This Article
Definition
See Also