Removes specified item from the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Remove( T item )
Public Sub Remove ( item As T )
public: void Remove( T item )
member Remove : item : 'T -> unit
Parameters
- item (T)
- Item to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when item is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119