ReadOnlySlice<T>.

this[int] Property

Namespace
Avalonia.Utilities
Containing Type
ReadOnlySlice<T>

Syntax

public T this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
T