InterfaceGenerator
InterfaceGenerator copied to clipboard
Incorrect definition for multi-dimension array
A property defined as public int[,] Prop;
Generates in the interface file causing a compilation error. int[*,*];