Skip to content

EnumeratorFieldReferenceGetter<T> Delegate

A Method which takes in an IEnumerator instance and returns a field reference of type T.

C#
public delegate ref T EnumeratorFieldReferenceGetter<T>(IEnumerator instance)

T
Field type.

instance IEnumerator
IEnumerator instance whose field to get.