Click or drag to resize

imbStringCollectionExtensionsinsertNewLineInOutput Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts new line in String IList collection

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static IList<string> insertNewLineInOutput(
	this IList<string> output,
	string newline
)
Request Example View Source

Parameters

output
Type: System.Collections.GenericIListString
output to accept new line
newline
Type: SystemString
content of the new line

Return Value

Type: IListString

Usage Note

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