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

Extensions

static class Extensions
Contains extension methods that do not require a special using directive.
public static T[] GetAttributes<T>(this ICustomAttributeProvider attributeProvider, bool inherit)

public static T[] GetAttributes<T>(this Assembly assembly)

public static T[] GetAttributes<T>(this Type type, bool inherit)

public static bool HasAttribute<T>(this ICustomAttributeProvider attributeProvider, bool inherit)

public static bool HasAttribute<T>(this Type type, bool inherit)

public static bool IsStatic(this Type type)

public static IEnumerable Skip(this IEnumerable enumerable, long skip)