Click or drag to resize

fileunitAppend Method (IEnumerableString, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.files.unit
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Append(
	IEnumerable<string> line,
	bool callSave = false
)
Request Example View Source

Parameters

line
Type: System.Collections.GenericIEnumerableString
callSave (Optional)
Type: SystemBoolean
See Also