Show / Hide Table of Contents

Class TracerEnumExtensions

Extension method for enums to test flag presence (mainly for LogOptions).

Inheritance
object
TracerEnumExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.Logging
Assembly: CoverageKiller2.dll
Syntax
public static class TracerEnumExtensions
Remarks

CK2.00.00.0000

Methods

HasFlag(Enum, Enum)

Declaration
public static bool HasFlag(this Enum flags, Enum flag)
Parameters
Type Name Description
Enum flags
Enum flag
Returns
Type Description
bool
In this article
Back to top Generated by DocFX