예제 #1
0
 private static void OnDisposeAdapter(NoStateAdapter state) => state.DisposeAction?.Invoke();
예제 #2
0
 private static Task EnumerateWithNoStateAdapter(Yield yield, NoStateAdapter state) => state.EnumerationFunction(yield);