Show / Hide Table of Contents

Class EnumExtensions

Inheritance
object
EnumExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
☀
☾
Back to top Generated by DocFX