Accord.Controls.RowNamePropertyDescriptor.RowNamePropertyDescriptor C# (CSharp) Method

RowNamePropertyDescriptor() public method

Constructs a new Array Property Descriptor.
public RowNamePropertyDescriptor ( string name ) : System
name string A title for the array.
return System
        public RowNamePropertyDescriptor(string name)
            : base(name, null)
        {
            this.colName = name;
        }