Class MongoDbIteratorHelper
Inheritance
System.Object
MongoDbIteratorHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Wrapper.Document
Assembly: Mars.Core.dll
Syntax
public static class MongoDbIteratorHelper
Methods
| Improve this Doc View SourceToAsyncEnumerable<T>(IAsyncCursor<T>)
Declaration
public static async IAsyncEnumerable<T> ToAsyncEnumerable<T>(IAsyncCursor<T> asyncCursor)
Parameters
Type | Name | Description |
---|---|---|
MongoDB.Driver.IAsyncCursor<T> | asyncCursor |
Returns
Type | Description |
---|---|
System.Collections.Generic.IAsyncEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |