Click or drag to resize
ObjectHelperIgnoreT Method
Ignores obj.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static void Ignore<T>(
	this T obj
)

Parameters

obj
Type: T

Type Parameters

T
The type of the object to ignore.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
This method is primarily useful to silence compiler and CA warnings.
See Also