public ExternalTypeFolderTreeNode( ITypeRefResolutionScope decl, string name )
     : base( TreeViewImage.Folder, null )
 {
     this.decl = decl;
     this.Text = name;
     this.EnableLatePopulate();
 }
 public ExternalTypeFolderTreeNode(ITypeRefResolutionScope decl, string name)
     : base(TreeViewImage.Folder, null)
 {
     this.decl = decl;
     this.Text = name;
     this.EnableLatePopulate();
 }