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

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

public CellHelperCollectionPropertyDescriptor ( CellHelperCollection coll, int idx ) : System
coll CellHelperCollection
idx int
Результат System
            public CellHelperCollectionPropertyDescriptor(CellHelperCollection coll, int idx)
                : base("#" + idx.ToString(), null)
            {
                this.collection = coll;
                this.index = idx;
            }