C# Class freakcode.DynamicMarkup.MarkupText

Inheritance: MarkupNode
Afficher le fichier Open project: niik/DynamicMarkup Class Usage Examples

Méthodes publiques

Méthode Description
MarkupText ( ) : System
MarkupText ( string text ) : System
TryGetMember ( System binder, object &result ) : bool
TryInvoke ( System binder, object args, object &result ) : bool
TryInvokeMember ( System binder, object args, object &result ) : bool
TrySetMember ( System binder, object value ) : bool
WriteTo ( System writer ) : void

Method Details

MarkupText() public méthode

public MarkupText ( ) : System
Résultat System

MarkupText() public méthode

public MarkupText ( string text ) : System
text string
Résultat System

TryGetMember() public méthode

public TryGetMember ( System binder, object &result ) : bool
binder System
result object
Résultat bool

TryInvoke() public méthode

public TryInvoke ( System binder, object args, object &result ) : bool
binder System
args object
result object
Résultat bool

TryInvokeMember() public méthode

public TryInvokeMember ( System binder, object args, object &result ) : bool
binder System
args object
result object
Résultat bool

TrySetMember() public méthode

public TrySetMember ( System binder, object value ) : bool
binder System
value object
Résultat bool

WriteTo() public méthode

public WriteTo ( System writer ) : void
writer System
Résultat void