MonoDetour.Reflection.Unspeakable
Classes
Section titled “Classes”| EnumeratorReflection | Enumerator related reflection helper methods. |
| SpeakableEnumerator<TCurrent, TThis><TCurrent, TThis> | A class that wraps an IEnumerator<T> object. Allows access to basic fields of the IEnumerator. |
| SpeakableEnumerator | A class that wraps an IEnumerator<T> object. Allows access to basic fields of the IEnumerator. |
Interfaces
Section titled “Interfaces”| ISpeakableEnumerator | Wraps an IEnumerator<T> object. |
Delegates
Section titled “Delegates”| EnumeratorFieldReferenceGetter | A Method which takes in an IEnumerator instance and returns a field reference of type T. |