Interface IDumpAsString
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for dumping objects as string representation.
public interface IDumpAsString
- Extension Methods
Methods
DumpAsString(string, object)
Dumps the object as a string with the specified operation and header arguments.
string DumpAsString(string operation, object headerArgs)
Parameters
Returns
- string
String representation of the object.