Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FixedList512Bytes<T>.Enumerator

An enumerator over the elements of a FixedList512Bytes\<T\>.
Read time 1 minuteLast updated 11 days ago

Definition

public struct FixedList512Bytes<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable

Remarks

In an enumerator's initial state,
Current
cannot be read. The first FixedList512Bytes<T>.Enumerator.MoveNext call advances the enumerator to the first element.

Constructors

Constructor

Description

Enumerator(Unity.Collections.FixedList512Bytes{`0}@)Initializes and returns an instance of FixedList512Bytes\<T\>.

Properties

Property

Description

CurrentThe current element.

Methods

Method

Description

DisposeDoes nothing.
MoveNextAdvances the enumerator to the next element.
ResetResets the enumerator to its initial state.