FastEnumerator<T>.

GetEnumerator() Method

Summary

Returns this.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FastEnumerator<T>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public FastEnumerator<T> GetEnumerator()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
FastEnumerator<T>