Alexbanul

Results 1 issues of Alexbanul

Hi, There's a small error for main class decoration on x++ ``` [DataMember('Data'), AifCollectionTypeAttribute("_data",Types::Class), classstr(putClassName), AifCollectionTypeAttribute("_return",Types::Class), classstr(putClassName)] ``` should be ``` [DataMember('Data'), AifCollectionTypeAttribute("_data",Types::Class, classstr(putClassName)), AifCollectionTypeAttribute("_return",Types::Class, classstr(putClassName))] ```