Adds specified item to the collection.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
ArgumentNullException | Is raised when item is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119