Method DebugThrowIfNull
DebugThrowIfNull(object?, string?)
Throws ArgumentNullException if argument is null.
[Conditional("DEBUG")]
public static void DebugThrowIfNull(object? argument, string? paramName = null)
Parameters
DebugThrowIfNull(nint, string?)
Throws ArgumentNullException if argument is null.
[Conditional("DEBUG")]
public static void DebugThrowIfNull(nint argument, string? paramName = null)
Parameters
DebugThrowIfNull(void*, string?)
Throws ArgumentNullException if argument is null.
[Conditional("DEBUG")]
public static void DebugThrowIfNull(void* argument, string? paramName = null)