public MethodSpecCollectionTreeNode(MethodSpecDeclarationCollection methodSpecs)
     :
     base(TreeViewImage.Folder, null)
 {
     this.methodSpecs = methodSpecs;
     this.Text        = "Generic Instances";
     this.EnableLatePopulate();
 }
 public MethodSpecCollectionTreeNode( MethodSpecDeclarationCollection methodSpecs )
     :
         base( TreeViewImage.Folder, null )
 {
     this.methodSpecs = methodSpecs;
     this.Text = "Generic Instances";
     this.EnableLatePopulate();
 }