ATMLCommonLibrary.forms.DictionaryPropertyGridAdapter.GetProperties C# (CSharp) 메소드

GetProperties() 공개 메소드

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

Same methods

DictionaryPropertyGridAdapter::GetProperties ( Attribute attributes ) : PropertyDescriptorCollection