Search Results for

    Show / Hide Table of Contents

    Class DiscordGuildRoleExtensions

    Contains all the extensions methods for IDiscordGuildRole.

    Inheritance
    Object
    DiscordGuildRoleExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Extensions
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public static class DiscordGuildRoleExtensions

    Methods

    | Improve this Doc View Source

    Mention(IDiscordGuildRole)

    Get a string mentioning a specific role.

    Declaration
    public static string Mention(IDiscordGuildRole role)
    Parameters
    Type Name Description
    IDiscordGuildRole role

    The IDiscordGuildRole that will be mentioned.

    Returns
    Type Description
    String

    A String containing the mentioned role.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX