ActorPathFormatPathElements Method |
[Missing <summary> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static string FormatPathElements(
IEnumerable<string> pathElements
)
Public Shared Function FormatPathElements (
pathElements As IEnumerable(Of String)
) As String
public:
static String^ FormatPathElements(
IEnumerable<String^>^ pathElements
)
static member FormatPathElements :
pathElements : IEnumerable<string> -> string
Parameters
- pathElements
- Type: System.Collections.GenericIEnumerableString
[Missing <param name="pathElements"/> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]
Return Value
Type:
String[Missing <returns> documentation for "M:Akka.Actor.ActorPath.FormatPathElements(System.Collections.Generic.IEnumerable{System.String})"]
See Also