EnumeratorFieldReferenceGetter<T> Delegate
Definition
Section titled “Definition”A Method which takes in an IEnumerator instance and returns a field reference of type T.
public delegate ref T EnumeratorFieldReferenceGetter<T>(IEnumerator instance)Type Parameters
Section titled “Type Parameters”T
Field type.
Parameters
Section titled “Parameters”instance IEnumerator
IEnumerator instance whose field to get.