Click or drag to resize
ExtensionsJoin Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Extensions.Join(System.Collections.Generic.IEnumerable{System.String},System.String)"]

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static string Join(
	this IEnumerable<string> self,
	string separator
)

Parameters

self
Type: System.Collections.GenericIEnumerableString

[Missing <param name="self"/> documentation for "M:Akka.Util.Internal.Extensions.Join(System.Collections.Generic.IEnumerable{System.String},System.String)"]

separator
Type: SystemString

[Missing <param name="separator"/> documentation for "M:Akka.Util.Internal.Extensions.Join(System.Collections.Generic.IEnumerable{System.String},System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Akka.Util.Internal.Extensions.Join(System.Collections.Generic.IEnumerable{System.String},System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also