Adds an element to this collection. The collection does not take ownership of the allocated memory.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public void AddElement(
	OplElement element
)

Parameters

element
Type: ILOG.OPL..::..OplElement
The element to add.

See Also