Skip to content

Also call MustTreatTypeAsGenericInstType for next node of TypeSig #463

@wwh1004

Description

@wwh1004

e.g.
Import method 'Task.ContinueWith'

public class Task<TResult> {
	public Task ContinueWith(Action<Task<TResult>> continuationAction);
}

After importing, 'Action<Task>' will be 'Action<Task`1>' (generic instantiation becomes generic definition).

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