Add

ElementList.Add method

Adds the element to the end of list.

public void Add(Element node)
ParameterTypeDescription
nodeElement

See Also