Show / Hide Table of Contents

    Class SystemChannelFlagsExtension

    Inheritance
    Object
    SystemChannelFlagsExtension
    Namespace: DSharpPlus
    Assembly: cs.temp.dll.dll
    Syntax
    public static class SystemChannelFlagsExtension

    Methods

    HasSystemChannelFlag(SystemChannelFlags, SystemChannelFlags)

    Calculates whether these system channel flags contain a specific flag.

    Declaration
    public static bool HasSystemChannelFlag(this SystemChannelFlags baseFlags, SystemChannelFlags flag)
    Parameters
    Type Name Description
    SystemChannelFlags baseFlags

    The existing flags.

    SystemChannelFlags flag

    The flag to search for.

    Returns
    Type Description
    Boolean
    Back to top © 2016-2022 DSharpPlus Contributors