ATMLCommonLibrary.forms.DictionaryPropertyGridAdapter.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            return ((ICustomTypeDescriptor) this).GetProperties(new Attribute[0]);
        }

Same methods

DictionaryPropertyGridAdapter::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection