[Gregor.Core.Collections.CLineWalker]

Gregor.Core.Collections.CLineWalker

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CLineWalker

: System.Object, System.Collections.IEnumerator

Custom Attributes: 

Description: 


Members

CLineWalker

public CLineWalker(System.String s)

Custom Attributes: 

Description: 

m_Current

private System.String m_Current

Custom Attributes: 

Description: 

m_Last

private System.Int32 m_Last

Custom Attributes: 

Description: 

m_Length

private System.Int32 m_Length

Custom Attributes: 

Description: 

m_String

private System.String m_String

Custom Attributes: 

Description: 

Current

public System.Object Current {get;} // System.Collections.IEnumerator.Current

Custom Attributes: 

Description: 

CurrentLine

public System.String CurrentLine {get;}

Custom Attributes: 

Description: 

String

public System.String String {get;}

Custom Attributes: 

Description: 

MoveNext

public System.Boolean MoveNext() // System.Collections.IEnumerator.MoveNext

Custom Attributes: 

Description: 

Reset

public void Reset() // System.Collections.IEnumerator.Reset

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Collections.IEnumerator

System.Boolean

System.Int32

System.Void