System.ComponentModel.TypeConverter.SortProperties C# (CSharp) Method

SortProperties() protected method

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