Show / Hide Table of Contents

Class ExtensionsSystem

Inheritance
object
ExtensionsSystem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

In this article

Back to top

Back to top Generated by DocFX