Table of Contents

Class IDataContextDebugExtensions

Namespace
KSP.Api
Assembly
Assembly-CSharp.dll
public static class IDataContextDebugExtensions
Inheritance
IDataContextDebugExtensions
Inherited Members

Methods

DebugToString(IDataContextReadonly, int, bool, bool, bool, bool, bool, bool)

public static string DebugToString(this IDataContextReadonly context, int indent = 1, bool indentFirstLine = true, bool printParentHierarchy = false, bool printSubContexts = false, bool printListContent = false, bool printKeysCompact = true, bool showExpandedKeyValues = true)

Parameters

context IDataContextReadonly
indent int
indentFirstLine bool
printParentHierarchy bool
printSubContexts bool
printListContent bool
printKeysCompact bool
showExpandedKeyValues bool

Returns

string