Table of Contents

Struct Bit

Namespace
Coherence.Tend.Models
Assembly
Coherence.Tend.dll
public struct Bit

Constructors

Bit(bool)

public Bit(bool on)

Parameters

on bool

Properties

IsOn

public readonly bool IsOn { get; }

Property Value

bool