Kimono.KMacroExpanderBase.ExpandPlainMacro C# (CSharp) Method

ExpandPlainMacro() private method

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