Inserts a address into the collection at the specified location.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Insert( int index, Mail_t_Mailbox value )
Public Sub Insert ( index As Integer, value As Mail_t_Mailbox )
public: void Insert( int index, Mail_t_Mailbox^ value )
member Insert : index : int * value : Mail_t_Mailbox -> unit
Parameters
- index (Int32)
- The location in the collection where you want to add the item.
- value (Mail_t_Mailbox)
- Address to insert.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Is raised when index is out of range. |
ArgumentNullException | Is raised when value is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119