Accord.Controls.RowNamePropertyDescriptor.RowNamePropertyDescriptor C# (CSharp) Méthode

RowNamePropertyDescriptor() public méthode

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