Click or drag to resize

imbDataExecutorcombineArray Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.process
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static List<Object> combineArray(
	List<Object> tmpListString,
	List<Object> tmpListStringB,
	dataLogic logic
)
Request Example View Source

Parameters

tmpListString
Type: System.Collections.GenericListObject
tmpListStringB
Type: System.Collections.GenericListObject
logic
Type: imbSCI.Core.processdataLogic

Return Value

Type: ListObject
See Also