Click or drag to resize
Akka.NETActorPathElements Property
Gets the elements.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IReadOnlyList<string> Elements { get; }

Property Value

Type: IReadOnlyListString
The elements.
See Also