Table of Contents

Class InputModeSourceGeneratorEnumExtensions

Namespace
MudBlazor
Assembly
MudBlazor.dll

Generated extension methods for InputMode enum.

public static class InputModeSourceGeneratorEnumExtensions
Inheritance
InputModeSourceGeneratorEnumExtensions
Inherited Members

Methods

ToDescriptionString(InputMode)

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 InputMode mudEnum)

Parameters

mudEnum InputMode

Returns

string