Atom.NET documentation

ScopedElementCollection.Add Method 

Adds an object to the end of the ScopedElementCollection.

[Visual Basic]
Public Function Add( _
   ByVal element As ScopedElement _
) As Integer
[C#]
public int Add(
   ScopedElement element
);

Parameters

element
The ScopedElement to be added to the end of the ScopedElementCollection.

Return Value

The ScopedElementCollection index at which the value has been added.

See Also

ScopedElementCollection Class | Atom.AdditionalElements Namespace