Remove Method (Object)

PPJoy

Removes the first occurrence of a specific Object from the MappingCollection.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Sub Remove ( _
	value As Object _
)
C#
public void Remove(
	Object value
)
Visual C++
public:
virtual void Remove(
	Object^ value
) sealed

Parameters

value
Type: System..::.Object
The Object to remove from the MappingCollection. value can be nullNothingnullptra null reference (Nothing in Visual Basic).

Implements

IList..::.Remove(Object)

See Also