Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CTreeWalker : System.Object, System.Collections.IEnumerator, System.ICloneable Custom Attributes: Gregor.Core.Description(Text=...) Description: A depth-first iterator for trees.
public CTreeWalker(Gregor.Core.Collections.ITreeWalkHelper helper) Custom Attributes: Description:
private System.Object m_Current Custom Attributes: Description:
private System.Boolean m_HasEnded Custom Attributes: Description:
private Gregor.Core.Collections.ITreeWalkHelper m_Helper Custom Attributes: Description:
private System.Int32 m_Level Custom Attributes: Description:
private System.Boolean m_TreeHasChanged Custom Attributes: Description:
public System.Object Current {get;} // System.Collections.IEnumerator.Current
Custom Attributes:
Description:
public Gregor.Core.Collections.ITreeWalkHelper Helper {get;}
Custom Attributes:
Description:
public System.Int32 Level {get;}
Custom Attributes:
Description:
public System.Boolean TreeHasChanged {get;set;}
Custom Attributes:
Description:
private System.Boolean CanMoveUpLeftRight() Custom Attributes: Description:
private System.Boolean CanMoveUpLeftRight(System.Object whereFrom) Custom Attributes: Description:
public System.Object Clone() // System.ICloneable.Clone Custom Attributes: Description:
public System.Boolean MoveNext() // System.Collections.IEnumerator.MoveNext Custom Attributes: Description:
public System.Boolean MoveToFirstChild(System.Boolean fEndOnFailure) Custom Attributes: Description:
public System.Boolean MoveToNextSibling(System.Boolean fEndOnFailure) Custom Attributes: Description:
public System.Boolean MoveToParent(System.Boolean fEndOnFailure) Custom Attributes: Description:
public System.Boolean MoveToPreviousSibling(System.Boolean fEndOnFailure) Custom Attributes: Description:
public System.Boolean MoveToRoot(System.Boolean fEndOnFailure) Custom Attributes: Description:
public void Reset() // System.Collections.IEnumerator.Reset Custom Attributes: Description:
Gregor.Core.DescriptionAttribute
Gregor.Core.Collections.ITreeWalkHelper