Click or drag to resize

AssertIsNotNullT Method

Throws ArgumentNullException if the object is null.

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static void IsNotNull<T>(
	T obj,
	string paramName
)
where T : class

Parameters

obj
Type: T
The instance to which the assertion applies.
paramName
Type: SystemString
Name of the parameter.

Type Parameters

T
Type of the object.
See Also