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

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

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string
Результат string
        public string this[string columnName]
        {
            get { return error; }
        }