Table of Contents

Method Has

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Has<T>(T, T)

public static bool Has<T>(this T value, T flag) where T : struct, Enum

Parameters

value T
flag T

Returns

bool

Type Parameters

T