Gets item at the specified index.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public T this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As T Get
public: property T default[int index] { T get (int index); }
member Item : 'T with get
Parameters
- index (Int32)
- Item zero based index.
Return Value
T
Returns item at the specified index.
Returns item at the specified index.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119