[Gregor.Core.Collections.ITreeNode]

Gregor.Core.Collections.ITreeNode

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public interface Gregor.Core.Collections.ITreeNode

Custom Attributes: 

Description: 


Members

FirstChild

Gregor.Core.Collections.ITreeNode FirstChild {get;}

Custom Attributes: 

Description: 

NextSibling

Gregor.Core.Collections.ITreeNode NextSibling {get;}

Custom Attributes: 

Description: 

Parent

Gregor.Core.Collections.ITreeNode Parent {get;}

Custom Attributes: 

Description: 

PreviousSibling

Gregor.Core.Collections.ITreeNode PreviousSibling {get;}

Custom Attributes: 

Description: 

Tree

Gregor.Core.Collections.ITree Tree {get;}

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.ITree

Gregor.Core.Collections.ITreeNode