Class ExtensionsSystem
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ExtensionsSystem
Methods
GetDebuggerDisplayValue(object)
Searches the object for a DebuggerDisplayAttribute and returns its value. If not found, returns ToString().
Declaration
public static string GetDebuggerDisplayValue(this object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to check. |
Returns
| Type | Description |
|---|---|
| string | A string representing the object. |