Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAsyncEnumerable.cs
1
using
System.Collections
;
2
3
namespace
Waher.Persistence
4
{
8
public
interface
IAsyncEnumerable : IEnumerable
9
{
17
IAsyncEnumerator
GetAsyncEnumerator
();
18
}
19
23
public
interface
IAsyncEnumerable
<T> :
System
.Collections.Generic.IEnumerable<T>,
IAsyncEnumerable
24
{
25
}
26
}
Waher.Persistence.IAsyncEnumerable
Interface for objects with asynchronous enumerators.
Definition:
IAsyncEnumerable.cs:24
Waher.Persistence.IAsyncEnumerable.GetAsyncEnumerator
IAsyncEnumerator GetAsyncEnumerator()
Returns an enumerator that iterates through a collection.
Waher.Persistence.IAsyncEnumerator
Interface for asynchronous enumerators.
Definition:
IAsyncEnumerator.cs:25
System.Collections
Definition:
ImplTypes.g.cs:4970
System
Definition:
Adapters.g.cs:58
Waher.Persistence
Definition:
Bookmark.cs:4
IoTGateway
Persistence
Waher.Persistence
IAsyncEnumerable.cs
Generated by
1.9.5