Microsoft.VisualStudio.Project.ReferenceNode.ReferenceNode C# (CSharp) Method

ReferenceNode() protected method

constructor for the ReferenceNode
protected ReferenceNode ( ProjectNode root ) : System
root ProjectNode
return System
        protected ReferenceNode(ProjectNode root)
            : base(root)
        {
            this.ExcludeNodeFromScc = true;
        }

Same methods

ReferenceNode::ReferenceNode ( ProjectNode root, ProjectElement element ) : System