C# Class Tiraggo.Core.tgVisitableNode

Contains information about the Node being visited
Afficher le fichier Open project: BrewDawg/Tiraggo Class Usage Examples

Private Properties

Свойство Type Description
tgVisitableNode System
tgVisitableNode System

Méthodes publiques

Méthode 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

Méthode Description
tgVisitableNode ( ) : System
tgVisitableNode ( object o ) : System

Method Details

SetValueToNull() public méthode

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
Résultat void