Click or drag to resize

WrapperGraph Constructor

Overload List
  NameDescription
Protected methodWrapperGraph
Creates a wrapper around the default Graph implementation, primarily required only for deserialization and requires that the caller call AttachEventHandlers to properly wire up event handling.
Public methodWrapperGraph(IGraph)
Creates a new wrapper around the given Graph.
Protected methodWrapperGraph(SerializationInfo, StreamingContext)
Deserialization Constructor.
Top
See Also