private void BuildAttributes_BrowsableProperty()
 {
     BrowsableTypeConverter.BrowsableLabelStyleAttribute style = new BrowsableTypeConverter.BrowsableLabelStyleAttribute(eBrowsablePropertyLabel);
     oCustomAttributes = new AttributeCollection(new Attribute[] { style });
 }
 private void BuildAttributes_BrowsableProperty()
 {
     BrowsableTypeConverter.BrowsableLabelStyleAttribute style = new BrowsableTypeConverter.BrowsableLabelStyleAttribute(eBrowsablePropertyLabel);
     oCustomAttributes = new AttributeCollection(new Attribute[] { style });
 }