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

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method Description
ConcatNoDelimiter ( string s ) : void

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

Method Details

Clear() public method

Clear the result string.
public Clear ( ) : void
return void

Concat() public method

Concatenate a new string to the result.
public Concat ( string value ) : void
value string
return void

GetResult() public method

Get the result string.
public GetResult ( ) : string
return string