[Gregor.Core.CRange]

Gregor.Core.CRange

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CRange

: System.Object, Gregor.Core.IRange

Custom Attributes: 

Description: 


Members

CRange

public CRange(System.Int32 iBegin, System.Int32 nLength)

Custom Attributes: 

Description: 

m_Begin

private System.Int32 m_Begin

Custom Attributes: 

Description: 

m_Length

private System.Int32 m_Length

Custom Attributes: 

Description: 

Begin

public System.Int32 Begin {get;} // Gregor.Core.IRange.Begin

Custom Attributes: 

Description: 

End

public System.Int32 End {get;} // Gregor.Core.IRange.End

Custom Attributes: 

Description: 

Length

public System.Int32 Length {get;} // Gregor.Core.IRange.Length

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

FromBeginAndEnd

static public Gregor.Core.CRange FromBeginAndEnd(System.Int32 iBegin, System.Int32 iEnd)

Custom Attributes: 

Description: 

FromBeginAndLength

static public Gregor.Core.CRange FromBeginAndLength(System.Int32 iBegin, System.Int32 nLength)

Custom Attributes: 

Description: 

FromFirstAndLast

static public Gregor.Core.CRange FromFirstAndLast(System.Int32 iFirst, System.Int32 iLast)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CRange

System.Object

System.String

Gregor.Core.IRange

System.Boolean

System.Int32