Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public interface Gregor.Core.Collections.ITreeWalkHelper Custom Attributes: Gregor.Core.Description(Text=...) Description: A helper interface for walking trees.
System.Boolean IsTreeMultiRoot {get;}
Custom Attributes:
Description:
System.Object Tree {get;}
Custom Attributes:
Description:
System.Object GetFirstChild(System.Object current) Custom Attributes: Description:
System.Object GetNextSibling(System.Object current) Custom Attributes: Description:
System.Object GetParent(System.Object current) Custom Attributes: Description:
System.Object GetPreviousSibling(System.Object current) Custom Attributes: Description:
System.Object GetRoot() Custom Attributes: Description:
System.Object GetValue(System.Object current, System.Object spec) Custom Attributes: Description: