Boo.BooLangService.BooMethods.BooMethods C# (CSharp) Method

BooMethods() public method

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