C# 클래스 StringBuilderExtension, unity-development-tools

파일 보기 프로젝트 열기: heisarzola/Unity-Development-Tools

공개 메소드들

메소드 설명
Append ( StringBuilder, thisStringBuilder ) : void

Extension of the StringBuilder Append method to support more than one parameter.

Clear ( StringBuilder, thisStringBuilder ) : void

Clears the contents of the string builder.

메소드 상세

Append() 공개 정적인 메소드

Extension of the StringBuilder Append method to support more than one parameter.

public static Append ( StringBuilder, thisStringBuilder ) : void
thisStringBuilder StringBuilder,
리턴 void

Clear() 공개 정적인 메소드

Clears the contents of the string builder.
public static Clear ( StringBuilder, thisStringBuilder ) : void
thisStringBuilder StringBuilder, The to clear.
리턴 void