Click or drag to resize
Akka.NETZipN.Create<T> Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static IGraph<UniformFanInShape<T, IImmutableList<T>>> Create<T>(
	int n
)

Parameters

n
Type: System.Int32
TBD

Type Parameters

T
TBD

Return Value

Type: IGraph<UniformFanInShape<T, IImmutableList<T>>>
TBD
See Also