<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />

FSharpUtils

static class FSharpUtils
public const string FSharpListTypeName = "FSharpList`1"

public const string FSharpMapTypeName = "FSharpMap`2"

public const string FSharpSetTypeName = "FSharpSet`1"

public static Assembly FSharpCoreAssembly { get; }

public static Func<object, object> GetUnionCaseFields { get; }

public static Func<object, object> GetUnionCaseInfo { get; }

public static MethodCall<object, object> GetUnionCaseInfoFields { get; }

public static Func<object, object> GetUnionCaseInfoName { get; }

public static MethodCall<object, object> GetUnionCases { get; }

public static MethodCall<object, object> GetUnionFields { get; }

public static MethodCall<object, object> IsUnion { get; }

public static MethodCall<object, object> MakeUnion { get; }

public static ObjectConstructor<object> BuildMapCreator<TKey, TValue>()

public static ObjectConstructor<object> CreateMap(Type keyType, Type valueType)

public static ObjectConstructor<object> CreateSeq(Type t)

public static void EnsureInitialized(Assembly fsharpCoreAssembly)