Interface ICursors
TBD
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public interface ICursors
Properties
| Edit this page View SourceCursors
TBD
Declaration
IEnumerable<ICursor> Cursors { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ICursor> |
Edit this page