Search Results for

    Show / Hide Table of Contents

    Class MinValueAttribute

    Set the minimum value permitted for a number type parameter.

    Inheritance
    Object
    MinValueAttribute
    Namespace: Discord.Interactions
    Assembly: Discord.Net.Interactions.dll
    Syntax
    public sealed class MinValueAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    MinValueAttribute(Double)

    Set the minimum value permitted for a number type parameter.

    Declaration
    public MinValueAttribute(double value)
    Parameters
    Type Name Description
    Double value

    The minimum value permitted.

    Properties

    | Improve this Doc View Source

    Value

    Gets the minimum value permitted.

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    Double

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.9.0