AspNetEdit.UI.PropertyEditors.CollectionEditor.CollectionEditor C# (CSharp) Method

CollectionEditor() public method

public CollectionEditor ( GridRow parentRow, Type type ) : System
parentRow GridRow
type System.Type
return System
        public CollectionEditor(GridRow parentRow, Type type)
            : base(parentRow)
        {
            this.types = new Type[] { type };
        }