Method GetElementDisplayName
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
GetElementDisplayName(Type)
Gets the display name for the specified type.
public static string GetElementDisplayName(Type type)
Parameters
Returns
- string
The display name for the specified
type
.
GetElementDisplayName(object)
Gets the display name for the specified element.
public static string GetElementDisplayName(object element)
Parameters
element
objectThe element for which to retrieve the display name.
Returns
- string
The name of the element.