Kimono.KMacroExpanderBase.SetEscapeChar C# (CSharp) Méthode

SetEscapeChar() public méthode

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