-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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))]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels