C# 클래스 PRI.ProductivityExtensions.StringBuilderExtensions.StringBuilderable

Class that contains extension methods that extend StringBuilder
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
CopyTo ( this stringbuilder, Int32 sourceIndex, Char destination ) : void

Extends CopyTo so that buffer offset of 0 and call to Array.Length are not needed. stringbuilder.CopyTo(sourceIndex, destination);

메소드 상세

CopyTo() 공개 정적인 메소드

Extends CopyTo so that buffer offset of 0 and call to Array.Length are not needed. stringbuilder.CopyTo(sourceIndex, destination);
public static CopyTo ( this stringbuilder, Int32 sourceIndex, Char destination ) : void
stringbuilder this
sourceIndex System.Int32
destination Char
리턴 void