Atom.NET documentation

AtomContentCollection.Add Method 

Adds an object to the end of the AtomContentCollection.

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

Parameters

content
The AtomContent to be added to the end of the AtomContentCollection.

Return Value

The AtomContentCollection index at which the value has been added.

See Also

AtomContentCollection Class | Atom.Core.Collections Namespace