NamespaceSystemLibrary.Common.Framework.Extensions
This class contains extension methods for Enum as a Generic Type
Remarks
Current version of C# does not allow extension methods 'generic types', hence these are static methods
EnumExtensions<TEnum>
public static class EnumExtensions<TEnum> where TEnum : IComparable, IFormattable, IConvertible
Inheritance
object
EnumExtensions<TEnum>
Type Parameters
| Name | Description |
|---|---|
| TEnum |
Methods
Remarks
Current version of C# does not allow extension methods 'generic types', hence these are static methods
Remarks
Current version of C# does not allow extension methods 'generic types', hence these are static methods
Remarks
Current version of C# does not allow extension methods 'generic types', hence these are static methods
}