Table of Contents

Class TxPrimitive<T>

Namespace
Textkernel.Tx.Models
Assembly
Textkernel.Tx.SDK.dll

Represents a native type (int, bool, etc) that can have a value or be null

public class TxPrimitive<T> where T : struct

Type Parameters

T

int, bool, etc

Inheritance
TxPrimitive<T>
Inherited Members

Properties

Value

The value for this object

public T Value { get; set; }

Property Value

T