Atom.NET documentation

AtomPersonConstructCollection.Remove Method 

Removes the first occurrence of a specific AtomPersonConstruct from the AtomPersonConstructCollection.

[Visual Basic]
Public Sub Remove( _
   ByVal contributor As AtomPersonConstruct _
)
[C#]
public void Remove(
   AtomPersonConstruct contributor
);

Parameters

contributor
The AtomPersonConstruct to remove from the AtomPersonConstructCollection.

See Also

AtomPersonConstructCollection Class | Atom.Core.Collections Namespace