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;
            }