ActorPath..::..Elements Property

Gets the elements.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public IReadOnlyList<string> Elements { get; }
Public ReadOnly Property Elements As IReadOnlyList(Of String)
	Get
public:
property IReadOnlyList<String^>^ Elements {
	IReadOnlyList<String^>^ get ();
}

Field Value

The elements.