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;
        }