Skip to main content

PooledInlineList<T>.Enumerator<T> Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia
public struct PooledInlineList<T>.Enumerator<T>

Inheritance: ValueType -> PooledInlineList<T>.Enumerator<T>

Implements: IEnumerator<>, IEnumerator, IDisposable

Constructors

NameDescription
PooledInlineList<T>.Enumerator<T>No summary available.

PooledInlineList<T>.Enumerator<T> Constructor

public PooledInlineList<T>.Enumerator<T>(object item)

Parameters

item object

Methods

NameDescription
DisposeNo summary available.
MoveNextNo summary available.
ResetNo summary available.

Dispose Method

public void Dispose()

MoveNext Method

public bool MoveNext()

Returns

bool

Reset Method

public void Reset()

Properties

NameDescription
CurrentNo summary available.

Current Property

public T Current { get; set; }