ICSharpCode.ILSpy.TreeNodes.MethodTreeNode.MethodTreeNode C# (CSharp) Method

MethodTreeNode() public method

public MethodTreeNode ( MethodDefinition method )
method MethodDefinition
        public MethodTreeNode(MethodDefinition method)
        {
            if (method == null)
                throw new ArgumentNullException("method");
            this.method = method;
        }