C# Class System.Web.Compilation.TextBlock

Show file Open project: kumpera/mono

Public Properties

Property Type Description
Content string
Length int
Type TextBlockType

Public Methods

Method Description
TextBlock ( TextBlockType type, string content ) : System
ToString ( ) : string

Method Details

TextBlock() public method

public TextBlock ( TextBlockType type, string content ) : System
type TextBlockType
content string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Content public property

public string Content
return string

Length public property

public int Length
return int

Type public property

public TextBlockType Type
return TextBlockType