C# Класс PRI.ProductivityExtensions.StringBuilderExtensions.StringBuilderable

Class that contains extension methods that extend StringBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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