| AmorphousShape Constructor |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public AmorphousShape(
ImmutableArray<Inlet> inlets,
ImmutableArray<Outlet> outlets
)
new :
inlets : ImmutableArray<Inlet> *
outlets : ImmutableArray<Outlet> -> AmorphousShape
Parameters
- inlets
- Type: ImmutableArrayInlet
TBD - outlets
- Type: ImmutableArrayOutlet
TBD
See Also