LumiSoft Net Help
Add Method (item)
NamespacesLumiSoft.NetCircleCollection<(Of <(<'T>)>)>Add(T)
Adds specified item to the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Add(
	T item
)
Public Sub Add ( 
	item As T
)
public:
void Add(
	T item
)
member Add : 
        item : 'T -> unit 
Parameters
item (T)
Item to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when item is null.

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