Click or drag to resize

DebuggerLog Method (IEnumerable, Boolean)

Log a collection.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Log(
	IEnumerable enumerable,
	bool serialize = false
)
Request Example View Source

Parameters

enumerable
Type: System.CollectionsIEnumerable
The collection to log.
serialize (Optional)
Type: SystemBoolean
Whether to serialize the objects for display.
See Also