Add Method (Object)

PPJoy

Adds a Object (referencing a Mapping object) to the MappingCollection.

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

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	value As Object _
) As Integer
C#
public int Add(
	Object value
)
Visual C++
public:
virtual int Add(
	Object^ value
) sealed

Parameters

value
Type: System..::.Object
an Object (referencing a Mapping object) to add to the MappingCollection.

Return Value

The index of the Object in the MappingCollection.

Implements

IList..::.Add(Object)

See Also