| AsyncEnumerableUsingTSource, TResource Method | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncEnumerable<TSource> Using<TSource, TResource>( Func<TResource> resourceFactory, Func<TResource, IAsyncEnumerable<TSource>> enumerableFactory ) where TResource : IDisposable
 See Also
See Also