Skip to content

DeferredList.GetEnumerator() Method

Definition

Namespace: Brine2D.ECS

Gets an enumerator for the current committed items \(safe for read\-only iteration\).

C#
public System.Collections.Generic.List<T>.Enumerator GetEnumerator();

Returns

System.Collections.Generic.List.Enumerator<T>