VAGSuite.CellHelperCollection.CellHelperCollectionPropertyDescriptor.CellHelperCollectionPropertyDescriptor C# (CSharp) Method

CellHelperCollectionPropertyDescriptor() public method

public CellHelperCollectionPropertyDescriptor ( CellHelperCollection coll, int idx ) : System
coll CellHelperCollection
idx int
return System
            public CellHelperCollectionPropertyDescriptor(CellHelperCollection coll, int idx)
                : base("#" + idx.ToString(), null)
            {
                this.collection = coll;
                this.index = idx;
            }