Atom.NET documentation

AtomPersonConstructCollection.Add Method 

Adds an object to the end of the AtomPersonConstructCollection.

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

Parameters

contributor
The AtomPersonConstruct to be added to the end of the AtomPersonConstructCollection.

Return Value

The AtomPersonConstructCollection index at which the value has been added.

See Also

AtomPersonConstructCollection Class | Atom.Core.Collections Namespace