InterfaceGenerator icon indicating copy to clipboard operation
InterfaceGenerator copied to clipboard

Incorrect definition for multi-dimension array

Open utech626 opened this issue 1 year ago • 0 comments

A property defined as public int[,] Prop;

Generates in the interface file causing a compilation error. int[*,*];

utech626 avatar Jan 30 '24 22:01 utech626