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

ExpandEscapedMacro() 개인적인 메소드

private ExpandEscapedMacro ( string str, int pos, List ret ) : int
str string
pos int
ret List
리턴 int
        protected virtual int ExpandEscapedMacro(string str, int pos, List<string> ret)
        {
            return (int) interceptor.Invoke("expandEscapedMacro$$?", "expandEscapedMacro(const QString&, int, QStringList&)", typeof(int), typeof(string), str, typeof(int), pos, typeof(List<string>), ret);
        }