Atom.NET documentation

ScopedElementCollection.Remove Method 

Removes the first occurrence of a specific ScopedElement from the ScopedElementCollection.

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

Parameters

element
The ScopedElement to remove from the ScopedElementCollection.

See Also

ScopedElementCollection Class | Atom.AdditionalElements Namespace