System.ExceptionPolyfills
namespace System
{
internal static class ExceptionPolyfills
{
public sealed class <>E__0
{
public static void ThrowIfNull(object argument, string paramName = null);
}
public sealed class <>E__1
{
public static void ThrowIf(bool condition, object instance);
public static void ThrowIf(bool condition, Type type);
}
public static void ThrowIfNull(object argument, string paramName = null);
public static void ThrowIf(bool condition, object instance);
public static void ThrowIf(bool condition, Type type);
}
}