Click or drag to resize

aceLogAppendList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendList(
	IEnumerable<Object> content,
	bool isOrderedList = false
)
Request Example View Source

Parameters

content
Type: System.Collections.GenericIEnumerableObject
isOrderedList (Optional)
Type: SystemBoolean

Implements

ITextAppendContent.AppendList(IEnumerableObject, Boolean)
See Also