Skip to content

small error for main class on x++ #26

@Alexbanul

Description

@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))]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions