MessageLoggerAdd(ListInt32, String, String) Method

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.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void Add(
	List<int> items,
	string message_singular,
	string message_plural
)

Parameters

items  ListInt32
list of integers to be listed.
message_singular  String
additional message in case there is only one integer number.
message_plural  String
additional message in case there are multiple integer numbers.

See Also