AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.9" />

 PortableExtensions

static class PortableExtensions
Extensions for ensuring code portability.
public static bool ContainsGenericClassParameters(this Type type)

public static string ConvertFromUtf32(this int utf32)

public static int ConvertToUtf32(this string s, int index)

public static Task Delay(this CancellationToken token, int timeout)

public static Assembly GetAssembly(this Type type)

public static Type GetBaseType(this Type type)

public static ConstructorInfo GetConstructor(this Type type)

public static ConstructorInfo GetConstructor(this Type type, Type[] types)

public static ConstructorInfo[] GetConstructors(this Type type)

public static ConstructorInfo GetDeclaredConstructor(this Type type)

public static ConstructorInfo[] GetDeclaredConstructors(this Type type)

public static Type GetElementType(this Type type)

public static Type[] GetGenericParameterConstraints(this Type type)

public static Type[] GetGenericTypeArguments(this Type type)

public static Type[] GetGenericTypeParameters(this Type type)

public static MethodInfo GetGetMethod(this PropertyInfo propertyInfo)

public static Type[] GetInterfaces(this Type type)

public static MethodInfo GetMethod(this Type type, string name)

public static MethodInfo[] GetMethods(this Type type)

public static MethodInfo GetPrivateMethod(this Type type, string name)

public static PropertyInfo[] GetProperties(this Type type)

public static PropertyInfo GetProperty(this Type type, string name)

public static MethodInfo GetSetMethod(this PropertyInfo propertyInfo)

public static Type[] GetTypes(this Assembly assembly)

public static bool Implements<T>(this Type type)

public static Task InvokeAsync(this Action action)

public static bool IsAbstractClass(this Type type)

public static bool IsAssignableFrom(this Type type, Type fromType)

public static bool IsClassType(this Type type)

public static bool IsClosedGeneric(this Type serviceType)

public static bool IsCollectionOfT(this Type serviceType)

public static bool IsDefined(this Type type, Type attributeType, bool inherit)

public static bool IsEnumerableOfT(this Type serviceType)

public static bool IsFunc(this Type serviceType)

public static bool IsFuncWithParameters(this Type serviceType)

public static bool IsGenericClass(this Type type)

public static bool IsGenericClassDefinition(this Type type)

public static bool IsGenericGetInstanceMethod(this MethodInfo m)

public static bool IsLazy(this Type serviceType)

public static bool IsListOfT(this Type serviceType)

public static bool IsNestedPrivateClass(this Type type)

public static bool IsReadOnlyCollectionOfT(this Type serviceType)

public static bool IsReadOnlyListOfT(this Type serviceType)

public static bool IsStructType(this Type type)