Removes the specified element from the current list.

Namespace:  C1.C1Preview.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected void Remove(
	Object obj
)
Visual Basic
Protected Sub Remove ( _
	obj As Object _
)

Parameters

obj
Type: System..::..Object
The element to remove.

See Also