Click or drag to resize
Akka.NETArrayLinearSeqT  Conversion (T to ArrayLinearSeqT)

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator ArrayLinearSeq<T> (
	T[] value
)

Parameters

value
Type: T
The array to convert

Return Value

Type: ArrayLinearSeqT
The result of the conversion.
See Also