SourceSpan Class

Definition

Line 12 of System.Windows/SourceCodeView.cm

Constructors & Destructor

public nothrow SourceSpan()
public nothrow SourceSpan(int line_, short scol_, short ecol_)

Member Functions

public inline nothrow bool IsEmpty() const

Member Variables

public short ecol
public int line
public short scol

Constructor& Destructor Details

SourceSpan Constructor

public nothrow SourceSpan()

Definition
Line 14 of System.Windows/SourceCodeView.cm


SourceSpan Constructor

public nothrow SourceSpan(int line_, short scol_, short ecol_)

Definition
Line 17 of System.Windows/SourceCodeView.cm


Member Function Details

IsEmpty Member Function

public inline nothrow bool IsEmpty()

Definition
Line 20 of System.Windows/SourceCodeView.cm