IndexTriangle.Item Property

Gets or sets the element at the specified index.
Public Property Item( _ 
ByVal i As Integer
) As Integer
This language is not supported or no code example is available.
public int this[ 
int i 
] {get; set;}
This language is not supported or no code example is available.

Parameters

i
int

The zero-based index of the element to get or set

Property Value

int

The element at the specified index.

.NET Framework

Supported in: 4.8

In this article

Definition