SourceSpan Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 12 of System.Windows/SourceCodeView.cm

Constructors & Destructor

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

Member Functions

public inline bool IsEmpty() const

Member Variables

public short ecol
public int line
public short scol

Constructor& Destructor Details

SourceSpan Constructor

public SourceSpan()

Definition
Line 14 of System.Windows/SourceCodeView.cm


SourceSpan Constructor

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

Definition
Line 17 of System.Windows/SourceCodeView.cm


Member Function Details

IsEmpty Member Function

public inline bool IsEmpty()

Definition
Line 20 of System.Windows/SourceCodeView.cm