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
TThe 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
Value
Gets or sets the value.
public T Value { get; set; }
Property Value
- T