Show / Hide Table of Contents

    Operator Implicit

    Implicit(SByte to JsonRpcId)

    Creates a new JsonRpcId instance from a SByte value.
    Declaration
    public static implicit operator JsonRpcId(sbyte value)
    Parameters
    Type Name Description
    SByte value The SByte value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Byte to JsonRpcId)

    Creates a new JsonRpcId instance from a Byte value.
    Declaration
    public static implicit operator JsonRpcId(byte value)
    Parameters
    Type Name Description
    Byte value The Byte value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Int16 to JsonRpcId)

    Creates a new JsonRpcId instance from a Int16 value.
    Declaration
    public static implicit operator JsonRpcId(short value)
    Parameters
    Type Name Description
    Int16 value The Int16 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(UInt16 to JsonRpcId)

    Creates a new JsonRpcId instance from a UInt16 value.
    Declaration
    public static implicit operator JsonRpcId(ushort value)
    Parameters
    Type Name Description
    UInt16 value The UInt16 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Int32 to JsonRpcId)

    Creates a new JsonRpcId instance from a Int32 value.
    Declaration
    public static implicit operator JsonRpcId(int value)
    Parameters
    Type Name Description
    Int32 value The Int32 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(UInt32 to JsonRpcId)

    Creates a new JsonRpcId instance from a UInt32 value.
    Declaration
    public static implicit operator JsonRpcId(uint value)
    Parameters
    Type Name Description
    UInt32 value The UInt32 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Int64 to JsonRpcId)

    Creates a new JsonRpcId instance from a Int64 value.
    Declaration
    public static implicit operator JsonRpcId(long value)
    Parameters
    Type Name Description
    Int64 value The Int64 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(UInt64 to JsonRpcId)

    Creates a new JsonRpcId instance from a UInt64 value.
    Declaration
    public static implicit operator JsonRpcId(ulong value)
    Parameters
    Type Name Description
    UInt64 value The UInt64 value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Single to JsonRpcId)

    Creates a new JsonRpcId instance from a Single value.
    Declaration
    public static implicit operator JsonRpcId(float value)
    Parameters
    Type Name Description
    Single value The Single value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(Double to JsonRpcId)

    Creates a new JsonRpcId instance from a Double value.
    Declaration
    public static implicit operator JsonRpcId(double value)
    Parameters
    Type Name Description
    Double value The Double value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.

    Implicit(String to JsonRpcId)

    Creates a new JsonRpcId instance from a String value.
    Declaration
    public static implicit operator JsonRpcId(string value)
    Parameters
    Type Name Description
    String value The String value to create a new JsonRpcId instance from.
    Returns
    Type Description
    JsonRpcId New JsonRpcId instance for the given value.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.