C# Class System.Xml.Xsl.Runtime.StringConcat

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clear the result string.

Concat ( string value ) : void

Concatenate a new string to the result.

GetResult ( ) : string

Get the result string.

Private Methods

Méthode Description
ConcatNoDelimiter ( string s ) : void

Concatenate a new string to the result without adding a delimiter.

Method Details

Clear() public méthode

Clear the result string.
public Clear ( ) : void
Résultat void

Concat() public méthode

Concatenate a new string to the result.
public Concat ( string value ) : void
value string
Résultat void

GetResult() public méthode

Get the result string.
public GetResult ( ) : string
Résultat string