Click or drag to resize
ActorPathElements Property
Gets the elements.

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

Property Value

Type: IReadOnlyListString
The elements.
See Also