Kimono.KMacroExpanderBase.SetEscapeChar C# (CSharp) 메소드

SetEscapeChar() 공개 메소드

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
리턴 void
        public void SetEscapeChar(QChar c)
        {
            interceptor.Invoke("setEscapeChar#", "setEscapeChar(QChar)", typeof(void), typeof(QChar), c);
        }