Skip to content

Improve Roslyn codegen by using an interface with static abstract for getting a type's data in generic methods #21

@Doom2fan

Description

@Doom2fan

This should work quite well:

public unsafe interface IEchelonScriptType {
    public static abstract ES_TypeInfo* TypeInfo { get; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions