Class PropertyInfoExtensions

Namespace
SIMDispatcher.Core.Extensions
Assembly
SIMDispatcher.Core.dll
public static class PropertyInfoExtensions
Inheritance
PropertyInfoExtensions
Inherited Members

Methods

GetDisplayDescription(PropertyInfo?)

Retrieves the display description of an property, if available. If not, returns the string representation of the property name.

public static string GetDisplayDescription(this PropertyInfo? propertyInfo)

Parameters

propertyInfo PropertyInfo

The property for which the display description is to be retrieved.

Returns

string

The display description of the property, or its string representation if not available.