Zitat von
Heffalump:
Delphi-Quellcode:
IMiep = interface
function get_Index1(index: integer): string;
function get_Index2(index: integer): string;
property Index1[index: integer]: string read get_Index1;
property Index2[index: integer]: string read get_Index2;
end;
Wie kann man das Beispiel in C# darstellen?
Das wird schwer werden. In C# muss eine indizierte Property
this heißen. und 2x this mit selber Signatur geht, wie oben schon gesagt, nicht.
Ich frag mich, warum das überhaupt in Delphi.NET geht
greetz
Mike