Click or drag to resize
StringTokenExtensionsJoin Method (IEnumerableStringToken, String, Int32, Int32)

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static string Join(
	this IEnumerable<StringToken> tokens,
	string separator,
	int startIndex,
	int count
)

Parameters

tokens
Type: System.Collections.GenericIEnumerableStringToken
separator
Type: SystemString
startIndex
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableStringToken. 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