Constructs a generic instance of an INamedType, with type arguments given as IType.
Declaration
public static INamedType WithTypeArguments(this INamedType type, params IType[] typeArguments)
Parameters
Returns
Constructs a generic instance of an INamedType, with type arguments given a reflection Type.
Declaration
public static INamedType WithTypeArguments(this INamedType type, params Type[] typeArguments)
Parameters
Returns
Declaration
public static INamedType WithTypeArguments(this INamedType type, IReadOnlyList<Type> typeArguments)
Parameters
Returns
Constructs a generic instance of an IMethod, with type arguments given as reflection Type.
Declaration
public static IMethod WithTypeArguments(this IMethod type, params Type[] typeArguments)
Parameters
Type |
Name |
Description |
IMethod |
type |
|
Type[] |
typeArguments |
|
Returns
Constructs a generic instance of an IMethod, with type arguments given as IType.
Declaration
public static IMethod WithTypeArguments(this IMethod method, params IType[] typeArguments)
Parameters
Returns
Declaration
public static IMethod WithTypeArguments(this IMethod method, IReadOnlyList<Type> typeArguments)
Parameters
Returns
Declaration
public static IMethod WithTypeArguments(this IMethod method, IReadOnlyList<IType> typeArguments)
Parameters
Returns
Declaration
public static IMethod WithTypeArguments(this IMethod method, IReadOnlyList<Type> typeTypeArguments, IReadOnlyList<Type> methodTypeArguments)
Parameters
Returns
Declaration
public static IMethod WithTypeArguments(this IMethod method, Type[] typeTypeArguments, Type[] methodTypeArguments)
Parameters
Type |
Name |
Description |
IMethod |
method |
|
Type[] |
typeTypeArguments |
|
Type[] |
methodTypeArguments |
|
Returns