[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific SequenceItem from the Sequence.
| C# | Visual Basic | Visual C++ |
public void Remove( SequenceItem value )
Public Sub Remove ( _ value As SequenceItem _ )
public: void Remove( SequenceItem^ value )
- value (SequenceItem)
- The SequenceItem to remove from the Sequence.