Boo.BooLangService.BooMethods.BooMethods C# (CSharp) 메소드

BooMethods() 공개 메소드

public BooMethods ( MethodTreeNode method ) : System.Collections.Generic
method Boo.BooLangService.Document.Nodes.MethodTreeNode
리턴 System.Collections.Generic
        public BooMethods(MethodTreeNode method)
        {
            this.method = method;
        }