SharpQuake.Cbuf.Cbuf C# (CSharp) Method

Cbuf() static private method

static private Cbuf ( ) : System
return System
        static Cbuf()
        {
            _Buf = new StringBuilder(8192); // space for commands and script files
        }