ActorPathElements Property |
Gets the elements.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IReadOnlyList<string> Elements { get; }
Public ReadOnly Property Elements As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Elements {
IReadOnlyList<String^>^ get ();
}
member Elements : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListString The elements.
See Also