Click or drag to resize

CompatExtensionsDebug Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.Debug(System.String,System.Object[])"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static void Debug(
	string format,
	params Object[] formatArgs
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.Debug(System.String,System.Object[])"]

formatArgs
Type: SystemObject

[Missing <param name="formatArgs"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.Debug(System.String,System.Object[])"]

See Also