PooledList<T>.

this[int] Property

Summary

Gets or sets the element at the given index.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public T this[int index] { get; set; }

Parameters

Name Type Description
index int

Value

Type Description
T