Syntax for reference to managed array

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ted Miller

    #1

    Syntax for reference to managed array

    I have this:

    typedef unsigned short WordArray __gc[];
    void GetUshortArray( WordArray &LutData);

    What the heck is the syntax if I wanted to avoid the typedef?




Working...