Example #1
0
        string GetMethodName()
        {
            CommonTree child = tree.GetFirstChild();

            return(child.Text);
        }