IReadOnlyPooledList<T> Interface

Summary

Represents a read-only collection of pooled elements that can be accessed by index
Namespace
Avalonia.Collections.Pooled
Interfaces
  • IReadOnlyList<T>
  • IReadOnlyCollection<T>
  • IEnumerable<T>
  • IEnumerable
Implementing Types
graph BT Type-.->Interface0["IReadOnlyList<T>"] Type-.->Interface1["IReadOnlyCollection<T>"] Type-.->Interface2["IEnumerable<T>"] Type-.->Interface3["IEnumerable"] Type["IReadOnlyPooledList<T>"] class Type type-node Implementing0["PooledList<T>"]-.->Type click Implementing0 "/api/Avalonia.Collections.Pooled/PooledList_1"

Syntax

public interface IReadOnlyPooledList<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, 
    IEnumerable

Type Parameters

Name Description
T The type of elements in the read-only pooled list.

Properties

Name Value Summary
Span ReadOnlySpan<T>
Gets a ReadOnlySpan<T> for the items currently in the collection.