C# Class Xunit.TypeInfoExtensions

Extension methods for the Type class to emulate older reflection APIs.
ファイルを表示 Open project: AArnott/Xunit.Combinatorial

Private Methods

Method Description
GetGenericArguments ( this type ) : System.Type[]

Returns the generic type arguments of specified type.

This silly method allows the same code to compile against the newer as well as older Reflection APIs.