C# 클래스 System.Xml.Xsl.Runtime.StringConcat

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the result string.

Concat ( string value ) : void

Concatenate a new string to the result.

GetResult ( ) : string

Get the result string.

비공개 메소드들

메소드 설명
ConcatNoDelimiter ( string s ) : void

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

메소드 상세

Clear() 공개 메소드

Clear the result string.
public Clear ( ) : void
리턴 void

Concat() 공개 메소드

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

GetResult() 공개 메소드

Get the result string.
public GetResult ( ) : string
리턴 string