VAGSuite.CellHelperCollection.CellHelperCollection C# (CSharp) Метод

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

public CellHelperCollection ( ) : System
Результат System
        public CellHelperCollection()
        {
            //In your collection class constructor add this line.
            //set the SortObjectType for sorting.
            base.SortObjectType = typeof(CellHelper);
        }