C# Class Tiraggo.Core.tgVisitableNode

Contains information about the Node being visited
Show file Open project: BrewDawg/Tiraggo Class Usage Examples

Private Properties

Property Type Description
tgVisitableNode System
tgVisitableNode System

Public Methods

Method Description
SetValueToNull ( object parent ) : void

Allows you to set a property in the object graph to null, this is used by the PruneGraph() method.

Private Methods

Method Description
tgVisitableNode ( ) : System
tgVisitableNode ( object o ) : System

Method Details

SetValueToNull() public method

Allows you to set a property in the object graph to null, this is used by the PruneGraph() method.
public SetValueToNull ( object parent ) : void
parent object The parent of this node
return void