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()