'Declaration Public Default Property Item( _
ByVal indexThe index.As System.Int32 _
) As T
public T this[
System.Int32 index
]{ get; set; }
Parameters
- index
- The index.
'Declaration Public Default Property Item( _
ByVal indexThe index.As System.Int32 _
) As T
public T this[
System.Int32 index
]{ get; set; }
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5