[Gregor.Core.LocationEx]

Gregor.Core.LocationEx

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public struct Gregor.Core.LocationEx

: System.ValueType

Custom Attributes: 

Description: 


Members

LocationEx

public LocationEx(System.Int32 iPos, System.Int32 iLine, System.Int32 iCol)

Custom Attributes: 

Description: 

LocationEx

internal LocationEx(System.Int32 iPos, System.Int32 iLine, System.Int32 iCol, System.Boolean fDummy)

Custom Attributes: 

Description: 

m_Column

private System.Int32 m_Column

Custom Attributes: 

Description: 

m_Line

private System.Int32 m_Line

Custom Attributes: 

Description: 

m_Position

private System.Int32 m_Position

Custom Attributes: 

Description: 

Column

public System.Int32 Column {get;}

Custom Attributes: 

Description: 

Empty

static public Gregor.Core.LocationEx Empty {get;}

Custom Attributes: 

Description: 

Line

public System.Int32 Line {get;}

Custom Attributes: 

Description: 

Position

public System.Int32 Position {get;}

Custom Attributes: 

Description: 

Equals

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

Custom Attributes: 

Description: 

Equals

public new System.Boolean Equals(Gregor.Core.LocationEx that)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 

ToString

public System.String ToString(System.Int32 nBase)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.ValueType

Gregor.Core.LocationEx

System.Boolean

System.Int32