Click or drag to resize
Akka.NETShapeCopyFromPorts Method
Create a copy of this Shape object, returning the same type as the original but containing the ports given within the passed-in Shape.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Shape CopyFromPorts(
	ImmutableArray<Inlet> inlets,
	ImmutableArray<Outlet> outlets
)

Parameters

inlets
Type: ImmutableArrayInlet
TBD
outlets
Type: ImmutableArrayOutlet
TBD

Return Value

Type: Shape
TBD
See Also