Table of Contents

Class TWithBool<T>

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a value of type T with an associated boolean.

public class TWithBool<T>

Type Parameters

T

The type of the value.

Inheritance
TWithBool<T>
Inherited Members
Extension Methods

Properties

Bool

Gets or sets the boolean value.

public bool Bool { get; set; }

Property Value

bool

Value

Gets or sets the value.

public T Value { get; set; }

Property Value

T