VsTeXProject.VisualStudio.Project.ProjectNode.GetInner C# (CSharp) Method

GetInner() public method

Get the inner object of an aggregated hierarchy
public GetInner ( ) : HierarchyNode
return HierarchyNode
        public virtual HierarchyNode GetInner()
        {
            return this;
        }
ProjectNode