System.ComponentModel.TypeConverter.SortProperties C# (CSharp) 메소드

SortProperties() 보호된 메소드

protected SortProperties ( PropertyDescriptorCollection props, string names ) : PropertyDescriptorCollection
props PropertyDescriptorCollection
names string
리턴 PropertyDescriptorCollection
        protected PropertyDescriptorCollection SortProperties(PropertyDescriptorCollection props, string[] names) {
            props.Sort(names);
            return props;
        }