Table of Contents

Class SeveritySourceGeneratorEnumExtensions

Namespace
MudBlazor
Assembly
MudBlazor.dll

Generated extension methods for Severity enum.

public static class SeveritySourceGeneratorEnumExtensions
Inheritance
SeveritySourceGeneratorEnumExtensions
Inherited Members

Methods

ToDescriptionString(Severity)

Returns the value of the DescriptionAttribute attribute. If no description attribute was found the default ToString() method will be used.

public static string ToDescriptionString(this Severity mudEnum)

Parameters

mudEnum Severity

Returns

string