Primitively Primitively
Primitively Primitively
DocFX + Singulink = ♥

Search Results for

    Class UIntInfo

    This class represents metadata properties common to all source generated Primitively numeric types.

    Inheritance
    object
    PrimitiveInfo
    NumericInfo<uint>
    UIntInfo
    Implements
    IEquatable<PrimitiveInfo>
    INumericInfo
    IEquatable<NumericInfo<uint>>
    IEquatable<UIntInfo>
    Inherited Members
    NumericInfo<uint>.Minimum
    NumericInfo<uint>.Maximum
    PrimitiveInfo.DataType
    PrimitiveInfo.Type
    PrimitiveInfo.ValueType
    PrimitiveInfo.Example
    PrimitiveInfo.CreateFrom
    Namespace: Primitively
    Assembly: Primitively.Abstractions.dll
    Syntax
    public sealed record UIntInfo : NumericInfo<uint>, IEquatable<PrimitiveInfo>, INumericInfo, IEquatable<NumericInfo<uint>>, IEquatable<UIntInfo>

    Constructors

    UIntInfo(Type, string?, Func<string?, IPrimitive>, uint, uint)

    This class represents metadata properties common to all source generated Primitively numeric types.

    Declaration
    public UIntInfo(Type Type, string? Example, Func<string?, IPrimitive> CreateFrom, uint Minimum, uint Maximum)
    Parameters
    Type Name Description
    Type Type

    The .NET type of the Primitively type.

    string Example

    An optional example of the integer.

    Func<string, IPrimitive> CreateFrom

    A function that creates an instance of the Primitively type from a string.

    uint Minimum

    The minimum value that can be set on the source generated Primitively type.

    uint Maximum

    The maximum value that can be set on the source generated Primitively type.

    Implements

    IEquatable<T>
    INumericInfo
    IEquatable<T>
    IEquatable<T>
    © Electronic Hands. All rights reserved.