Gets the item at the specified index.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public T this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As T Get |
Visual C++ |
---|
public: property T default[int index] { T get (int index); } |
Parameters
- index
- Type: System..::..Int32