Atom.NET documentation

AtomContentCollection.Remove Method 

Removes the first occurrence of a specific AtomContent from the AtomContentCollection.

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

Parameters

content
The AtomContent to remove from the AtomContentCollection.

See Also

AtomContentCollection Class | Atom.Core.Collections Namespace