C# Class System.Web.Compilation.TextBlock

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
Content string
Length int
Type TextBlockType

Méthodes publiques

Méthode Description
TextBlock ( TextBlockType type, string content ) : System
ToString ( ) : string

Method Details

TextBlock() public méthode

public TextBlock ( TextBlockType type, string content ) : System
type TextBlockType
content string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Content public_oe property

public string Content
Résultat string

Length public_oe property

public int Length
Résultat int

Type public_oe property

public TextBlockType Type
Résultat TextBlockType