Kimono.KMacroExpanderBase.SetEscapeChar C# (CSharp) Method

SetEscapeChar() public method

Set the macro escape character. name="c" escape char indicating start of macros, or QChar.Null if none
public SetEscapeChar ( QChar c ) : void
c Qyoto.QChar
return void
        public void SetEscapeChar(QChar c)
        {
            interceptor.Invoke("setEscapeChar#", "setEscapeChar(QChar)", typeof(void), typeof(QChar), c);
        }