Edge MembersTreePlusSilverlight - An implementation of the TreePlus algorithm using Silverlight

The Edge type exposes the following members.
Constructors

  NameDescription
Public methodEdge
Initializes an edge instance.
Back to Top
Properties

  NameDescription
Public propertyFrom
The From-Node of this Edge.
Public propertyReverse
Whether or not this Edge should be read in reverse order.
Public propertyTo
The To-Node of this Edge.
Back to Top
See Also