C# 클래스 System.Web.Compilation.TextBlock

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
Content string
Length int
Type TextBlockType

공개 메소드들

메소드 설명
TextBlock ( TextBlockType type, string content ) : System
ToString ( ) : string

메소드 상세

TextBlock() 공개 메소드

public TextBlock ( TextBlockType type, string content ) : System
type TextBlockType
content string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Content 공개적으로 프로퍼티

public string Content
리턴 string

Length 공개적으로 프로퍼티

public int Length
리턴 int

Type 공개적으로 프로퍼티

public TextBlockType Type
리턴 TextBlockType