Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CRange : System.Object, Gregor.Core.IRange Custom Attributes: Description:
public CRange(System.Int32 iBegin, System.Int32 nLength) Custom Attributes: Description:
private System.Int32 m_Begin Custom Attributes: Description:
private System.Int32 m_Length Custom Attributes: Description:
public System.Int32 Begin {get;} // Gregor.Core.IRange.Begin
Custom Attributes:
Description:
public System.Int32 End {get;} // Gregor.Core.IRange.End
Custom Attributes:
Description:
public System.Int32 Length {get;} // Gregor.Core.IRange.Length
Custom Attributes:
Description:
public override System.Boolean Equals(System.Object obj) Custom Attributes: Description:
static public Gregor.Core.CRange FromBeginAndEnd(System.Int32 iBegin, System.Int32 iEnd) Custom Attributes: Description:
static public Gregor.Core.CRange FromBeginAndLength(System.Int32 iBegin, System.Int32 nLength) Custom Attributes: Description:
static public Gregor.Core.CRange FromFirstAndLast(System.Int32 iFirst, System.Int32 iLast) Custom Attributes: Description:
public override System.Int32 GetHashCode() Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description: