You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Generic types and methods use instances of the GenericParameterSignature to reference type parameters. When instantiated, these signatures are at runtime replaced with the type arguments of the type or method instantiation. Therefore, for better analysis of the .NET metadata, it can is useful to obtain the type argument as was provided in the instantiation context.
Summary:
Generic types and methods use instances of the
GenericParameterSignature
to reference type parameters. When instantiated, these signatures are at runtime replaced with the type arguments of the type or method instantiation. Therefore, for better analysis of the .NET metadata, it can is useful to obtain the type argument as was provided in the instantiation context.Suggested syntax:
The text was updated successfully, but these errors were encountered: