ExtensionsSystem Class
Definition
Section titled “Definition”public static class ExtensionsSystemInheritance object
Methods
Section titled “Methods”GetDebuggerDisplayValue(object)
Section titled “GetDebuggerDisplayValue(object)”Searches the object for a DebuggerDisplayAttribute and returns its value. If not found, returns ToString().
public static string GetDebuggerDisplayValue(this object obj)Parameters
Section titled “Parameters”obj object
The object to check.
Returns
Section titled “Returns”string
A string representing the object.