Table of Contents

Method MakeGenericMethod

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

MakeGenericMethod(Type[])

Creates a generic version of the test method with the given generic types.

MethodInfo MakeGenericMethod(Type[] genericTypes)

Parameters

genericTypes Type[]

The generic types

Returns

MethodInfo