C# Class Alsing.SourceCode.Span

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Depth int
EndRow Row
EndWord Word
Expanded bool
Parent Span
Scope Scope
StartRow Row
StartWord Word
spanDefinition SpanDefinition

Méthodes publiques

Méthode Description
Span ( )

Span ( Row startrow )

Method Details

Span() public méthode

public Span ( )

Span() public méthode

public Span ( Row startrow )
startrow Row

Property Details

Depth public_oe property

The depth of this span in the span hirarchy
public int Depth
Résultat int

EndRow public_oe property

The row that the span ends on
public Row,Alsing.SourceCode EndRow
Résultat Row

EndWord public_oe property

The word that ends this span
public Word,Alsing.SourceCode EndWord
Résultat Word

Expanded public_oe property

Gets or Sets if this span is expanded
public bool Expanded
Résultat bool

Parent public_oe property

The parent span
public Span,Alsing.SourceCode Parent
Résultat Span

Scope public_oe property

Gets or Sets what scope triggered this span
public Scope,Alsing.SourceCode Scope
Résultat Scope

StartRow public_oe property

The row on which the span starts
public Row,Alsing.SourceCode StartRow
Résultat Row

StartWord public_oe property

The word that starts this span
public Word,Alsing.SourceCode StartWord
Résultat Word

spanDefinition public_oe property

The owner spanDefinition
public SpanDefinition spanDefinition
Résultat SpanDefinition