Fan.Sys.StrBuf.make C# (CSharp) Méthode

make() public static méthode

Create with initial capacity of 16.
public static make ( ) : StrBuf
Résultat StrBuf
        public static StrBuf make()
        {
            return new StrBuf(new StringBuilder(16));
        }

Same methods

StrBuf::make ( long capacity ) : StrBuf