Hi, in C# you can do some thing like this.

public interface IDataErrorInfo
{
    // INDEXER  
    string this[string columnName] { get; }
  }
}

how to translate this into D2 ?
thanks in advance, bjoern

Reply via email to