PooledStack<T>.

PooledStack<T>.Enumerator Struct

Namespace
Avalonia.Collections.Pooled
Interfaces
  • IEnumerator<T>
  • IDisposable
  • IEnumerator
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type-.->Interface0["IEnumerator<T>"] Type-.->Interface1["IDisposable"] Type-.->Interface2["IEnumerator"] Type["PooledStack<T>.Enumerator"] class Type type-node

Syntax

[SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes", Justification = "not an expected scenario")]
public struct PooledStack<T>.Enumerator : ValueType, IEnumerator<T>, IDisposable, IEnumerator

Attributes

Type Description
SuppressMessageAttribute

Properties

Name Value Summary
Current T

Methods

Name Value Summary
Dispose() void
MoveNext() bool