AGS.Types.Settings.GetProperties C# (CSharp) Метод

GetProperties() публичный Метод

public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this, true);
            return properties;
        }

Same methods

Settings::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection