Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Alsing
SourceCode
Span
C# 클래스 Alsing.SourceCode.Span
파일 보기
프로젝트 열기: vchelaru/FlatRedBall
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Depth
int
EndRow
Row
EndWord
Word
Expanded
bool
Parent
Span
Scope
Scope
StartRow
Row
StartWord
Word
spanDefinition
SpanDefinition
공개 메소드들
메소드
설명
Span
( )
Span
(
Row
startrow
)
메소드 상세
Span()
공개
메소드
public
Span
( )
Span()
공개
메소드
public
Span
(
Row
startrow
)
startrow
Row
프로퍼티 상세
Depth
공개적으로 프로퍼티
The depth of this span in the span hirarchy
public
int
Depth
리턴
int
EndRow
공개적으로 프로퍼티
The row that the span ends on
public
Row,Alsing.SourceCode
EndRow
리턴
Row
EndWord
공개적으로 프로퍼티
The word that ends this span
public
Word,Alsing.SourceCode
EndWord
리턴
Word
Expanded
공개적으로 프로퍼티
Gets or Sets if this span is expanded
public
bool
Expanded
리턴
bool
Parent
공개적으로 프로퍼티
The parent span
public
Span,Alsing.SourceCode
Parent
리턴
Span
Scope
공개적으로 프로퍼티
Gets or Sets what scope triggered this span
public
Scope,Alsing.SourceCode
Scope
리턴
Scope
StartRow
공개적으로 프로퍼티
The row on which the span starts
public
Row,Alsing.SourceCode
StartRow
리턴
Row
StartWord
공개적으로 프로퍼티
The word that starts this span
public
Word,Alsing.SourceCode
StartWord
리턴
Word
spanDefinition
공개적으로 프로퍼티
The owner spanDefinition
public
SpanDefinition
spanDefinition
리턴
SpanDefinition