[]
        
(Showing Draft Content)

C1.Framework.ElementList.Add

Add Method

Add(object)

Adds an Element to the list.

Declaration
public override int Add(object value)
Parameters
Type Name Description
object value

Element to add to the list.

Returns
Type Description
int

The index of the new object in the list.

Overrides