Click or drag to resize

MessageLoggeradd Method (ListInt32, String, String)

add a message starting with an enumeration of integers, ending with a message given either in singular or plural depending on the number of integers.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void add(
	List<int> items,
	string message_singular,
	string message_plural
)

Parameters

items
Type: System.Collections.GenericListInt32
list of integers to be listed.
message_singular
Type: SystemString
additional message in case there is only one integer number.
message_plural
Type: SystemString
additional message in case there are multiple integer numbers.
See Also