A property defined as public int[,] Prop; Generates in the interface file causing a compilation error. int[\*,\*];
A property defined as
public int[,] Prop;
Generates in the interface file causing a compilation error.
int[*,*];