| ZipNCreateT 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
)
static member Create :
n : int -> IGraph<UniformFanInShape<'T, IImmutableList<'T>>>
Parameters
- n
- Type: SystemInt32
TBD
Type Parameters
- T
- TBD
Return Value
Type:
IGraphUniformFanInShapeT,
IImmutableListTTBD
See Also