C# 클래스 Reko.Gui.Windows.TextSpanFormatter.FixedTextSpan

Simple span containing a string/text.
상속: Reko.Gui.Windows.Controls.TextSpan
파일 보기 프로젝트 열기: uxmal/reko

공개 프로퍼티들

프로퍼티 타입 설명
Text StringBuilder

공개 메소드들

메소드 설명
FixedTextSpan ( ) : Reko.Core.Output
GetText ( ) : string

메소드 상세

FixedTextSpan() 공개 메소드

public FixedTextSpan ( ) : Reko.Core.Output
리턴 Reko.Core.Output

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

프로퍼티 상세

Text 공개적으로 프로퍼티

public StringBuilder Text
리턴 StringBuilder