These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface ICanDump
Interface to mark classes which can dump their state into the log as a string.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDump
Methods
Dump()
Create a string dump of the current objects state/contents.
string Dump()