Search Results for

    Show / Hide Table of Contents

    Interface IOptional

    Namespace: KSharpPlus.Entities
    Assembly: KSharpPlus.dll
    Syntax
    public interface IOptional

    Properties

    | Improve this Doc View Source

    HasValue

    Declaration
    bool HasValue { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    RawValue

    Declaration
    object RawValue { get; }
    Property Value
    Type Description
    Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors