Class EnumExtensions
Inherited Members
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class EnumExtensions
Methods
GetFlags<T>(T)
Declaration
public static IEnumerable<T> GetFlags<T>(this T flags) where T : Enum
Parameters
| Type | Name | Description |
|---|---|---|
| T | flags |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |