Extensions static class Extensions Contains extension methods that do not require a special using directive. Documentation Code 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)