VAGSuite.CellHelperCollection.GetProperties C# (CSharp) Method

GetProperties() public method

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
        {
            return GetProperties();
        }

Same methods

CellHelperCollection::GetProperties ( ) : PropertyDescriptorCollection