TriLib
Search Results for

    Show / Hide Table of Contents

    Class FlagUtils

    Inheritance
    object
    FlagUtils
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Utils
    Assembly: TriLibCore.dll
    Syntax
    public static class FlagUtils

    Methods

    HasFlag(int, int)

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