Table of Contents

Struct ManagedBooleanInteropValue

Namespace
RDCore.SDK.Model.Values.Interop
Assembly
RDCore.SDK.dll
public readonly record struct ManagedBooleanInteropValue : IManagedInteropValue, IEquatable<ManagedBooleanInteropValue>
Implements
Inherited Members

Constructors

ManagedBooleanInteropValue(bool)

public ManagedBooleanInteropValue(bool value)

Parameters

value bool

ManagedBooleanInteropValue(short)

public ManagedBooleanInteropValue(short value)

Parameters

value short

Fields

StoredValue

public readonly short StoredValue

Field Value

short

Properties

BoxedValue

public object BoxedValue { get; }

Property Value

object

Operators

explicit operator bool(ManagedBooleanInteropValue)

public static explicit operator bool(ManagedBooleanInteropValue value)

Parameters

value ManagedBooleanInteropValue

Returns

bool