Hawkeye.ComponentModel.GenericTypeDescriptor.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            return parentDescriptor.GetProperties();
        }

Same methods

GenericTypeDescriptor::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection