Atom.NET documentation

AtomLinkCollection.Remove Method 

Removes the first occurrence of a specific AtomLink from the AtomLinkCollection.

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

Parameters

link
The AtomLink to remove from the AtomLinkCollection.

See Also

AtomLinkCollection Class | Atom.Core.Collections Namespace