Method NonNull
NonNull(object, string)
Checks whether specified object is not null. If object is null throws an exception.
public static void NonNull(object obj, string parameterName)
Checks whether specified object is not null. If object is null throws an exception.
public static void NonNull(object obj, string parameterName)