Method ThrowIfNull
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ThrowIfNull(object, string)
Throws a NullReferenceException if the given argument is null.
public static void ThrowIfNull(this object argument, string argName)
Throws a NullReferenceException if the given argument is null.
public static void ThrowIfNull(this object argument, string argName)