Skip to content

Add generic type parameters directive #34

@atifaziz

Description

@atifaziz

Allow generic type parameters on generated class via a new directive like the following:

@* GenericParameters: TModel *@

This would add the generic type parameter TModel as illustrated below:

partial class SomeClass<TModel> { /* … */ }

It should be possible to specify multiple type parameters as a comma-separated list:

@* GenericParameters: T1, T2, T3 *@

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions