AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 PortableExtensions

static class PortableExtensions
Extensions for ensuring code portability.
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 ConstructorInfo[] GetConstructors(this Type type)

public static FieldInfo GetField(this Type type, string name)

public static PropertyInfo[] GetProperties(this Type type)

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

public static Type[] GetTypes(this Assembly assembly)

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

public static bool IsAbstractClass(this Type type)