[Gregor.Core.Location]

Gregor.Core.Location

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public struct Gregor.Core.Location

: System.ValueType

Custom Attributes: 

Description: 


Members

Location

public Location(System.Int32 iLine, System.Int32 iCol)

Custom Attributes: 

Description: 

m_Column

private System.Int32 m_Column

Custom Attributes: 

Description: 

m_Line

private System.Int32 m_Line

Custom Attributes: 

Description: 

Column

public System.Int32 Column {get;}

Custom Attributes: 

Description: 

Empty

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

Custom Attributes: 

Description: 

Line

public System.Int32 Line {get;}

Custom Attributes: 

Description: 

Equals

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

Custom Attributes: 

Description: 

Equals

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

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

ToString

public System.String ToString(System.Int32 nBase)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.ValueType

Gregor.Core.Location

System.Boolean

System.Int32