Search Results for

    Show / Hide Table of Contents

    Struct AnalyticsKit.Variant

    Namespace: Pley
    Assembly: Pley.dll
    Syntax
    public struct Variant

    Constructors

    Variant(Object)

    Declaration
    public Variant(object data)
    Parameters
    Type Name Description
    System.Object data

    Fields

    data

    Declaration
    public readonly object data
    Field Value
    Type Description
    System.Object

    type

    Declaration
    public readonly PleyVariantType type
    Field Value
    Type Description
    PleyVariantType

    Properties

    BoolValue

    Declaration
    public readonly bool BoolValue { get; }
    Property Value
    Type Description
    System.Boolean

    ByteValue

    Declaration
    public readonly byte ByteValue { get; }
    Property Value
    Type Description
    System.Byte

    DoubleValue

    Declaration
    public readonly double DoubleValue { get; }
    Property Value
    Type Description
    System.Double

    FloatValue

    Declaration
    public readonly float FloatValue { get; }
    Property Value
    Type Description
    System.Single

    IntValue

    Declaration
    public readonly int IntValue { get; }
    Property Value
    Type Description
    System.Int32

    LongValue

    Declaration
    public readonly long LongValue { get; }
    Property Value
    Type Description
    System.Int64

    StringValue

    Declaration
    public readonly string StringValue { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX