Gets the element at the specified index.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Mail_t_Mailbox this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As Mail_t_Mailbox Get
public: property Mail_t_Mailbox^ default[int index] { Mail_t_Mailbox^ get (int index); }
member Item : Mail_t_Mailbox with get
Parameters
- index (Int32)
- The zero-based index of the element to get.
Return Value
Mail_t_Mailbox
Returns the element at the specified index.
Returns the element at the specified index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Is raised when index is out of range. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119