<PackageReference Include="NUnit" Version="4.5.1" />

ArgumentsExtensions

static class ArgumentsExtensions

public static bool HasSingleParameterOfType(this IParameterInfo[] parameters, Type type)

public static bool LastArgumentIsCancellationToken(this object[] arguments)

public static bool LastParameterAcceptsCancellationToken(this IParameterInfo[] parameters)

public static bool LastParameterAcceptsCancellationToken(this ParameterInfo[] parameters)

public static bool LastParameterIsParamsArray(this IParameterInfo[] parameters)

public static bool ParameterIsParamsArray(this IParameterInfo lastParameter)

public static bool ParameterIsParamsArray(this ParameterInfo lastParameter)

public static bool ShouldUnpackArrayAsArguments(this IParameterInfo[] parameters, Array array)

public static object[] Unpack(this Array array)