Skip to content

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

Description

@Doom2fan

This should work quite well:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions