C# 클래스 JsonFx.UI.Jbst.JbstLiteral

Represents literal text in a JBST document
상속: JbstControl, IJsonSerializable
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1 1 사용 예제들

공개 메소드들

메소드 설명
JbstLiteral ( string text, bool normalize ) : System

Ctor

비공개 메소드들

메소드 설명
IJsonSerializable ( JsonFx.Json.JsonReader reader ) : void
IJsonSerializable ( JsonWriter writer ) : void

메소드 상세

JbstLiteral() 공개 메소드

Ctor
public JbstLiteral ( string text, bool normalize ) : System
text string
normalize bool if should normalize whitespace on output
리턴 System