Table of Contents

Struct Types.BOOL

Namespace
Xui.Runtime.Windows.Win32
Assembly
Xui.Runtime.Windows.dll
public struct Types.BOOL
Inherited Members

Constructors

BOOL(bool)

public BOOL(bool v)

Parameters

v bool

Fields

value

public int value

Field Value

int

Properties

Value

public bool Value { get; }

Property Value

bool

Operators

implicit operator BOOL(bool)

public static implicit operator Types.BOOL(bool v)

Parameters

v bool

Returns

Types.BOOL

implicit operator bool(BOOL)

public static implicit operator bool(Types.BOOL v)

Parameters

v Types.BOOL

Returns

bool