CSKernelClient.cListViewColumnSorter.cListViewColumnSorter C# (CSharp) Метод

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

Class constructor. Initializes various elements
public cListViewColumnSorter ( ) : System.Collections
Результат System.Collections
        public cListViewColumnSorter()
        {
            // Initialize the column to '0'
            ColumnToSort = 0;

            // Initialize the sort order to 'none'
            OrderOfSort = SortOrder.None;

            // Initialize the CaseInsensitiveComparer object
            ObjectCompare = new CaseInsensitiveComparer();
        }