Click or drag to resize

aceLogAppendPair 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 AppendPair(
	string key,
	Object value,
	bool breakLine = true,
	string between = " = "
)
Request Example View Source

Parameters

key
Type: SystemString
value
Type: SystemObject
breakLine (Optional)
Type: SystemBoolean
between (Optional)
Type: SystemString

Implements

ITextAppendContent.AppendPair(String, Object, Boolean, String)
See Also