AtomContentCollection.Remove Method
Removes the first occurrence of a specific AtomContent from the AtomContentCollection.
[Visual Basic]Public Sub Remove( _
ByVal
content As
AtomContent _
)
Parameters
- content
- The AtomContent to remove from the AtomContentCollection.
See Also
AtomContentCollection Class | Atom.Core.Collections Namespace