Open sandboxFocus

Method OverrideMethodAsyncEnumerator

OverrideMethodAsyncEnumerator<TValue>(IField, IType, IField?)

Declaration
[Template]
public static IAsyncEnumerator<TValue>? OverrideMethodAsyncEnumerator<TValue>(IField registrationField, IType TReturnType, IField? cachingServiceField)
Parameters
Type Name Description
IField registrationField
IType TReturnType
IField cachingServiceField
Returns
Type Description
IAsyncEnumerator<TValue>
Type Parameters
Name Description
TValue