LumiSoft Net Help
Remove Method (item)
NamespacesLumiSoft.NetCircleCollection<(Of <(<'T>)>)>Remove(T)
Removes specified item from the collection.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ArgumentNullExceptionIs raised when item is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119