Gets the element at the specified index.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public MIME_h this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As MIME_h Get
public: property MIME_h^ default[int index] { MIME_h^ get (int index); }
member Item : MIME_h with get
Parameters
- index (Int32)
- The zero-based index of the element to get.
Return Value
MIME_h
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