Accord.Controls.RowNamePropertyDescriptor.RowNamePropertyDescriptor C# (CSharp) Метод

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

Constructs a new Array Property Descriptor.
public RowNamePropertyDescriptor ( string name ) : System
name string A title for the array.
Результат System
        public RowNamePropertyDescriptor(string name)
            : base(name, null)
        {
            this.colName = name;
        }