Base:
1 override of MakeGenericType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
311
public override Type
MakeGenericType
(params Type[] typeArguments)
1 reference to MakeGenericType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
315
return _projector.ProjectType(base.
MakeGenericType
(typeArguments));