Class TxPrimitive<T>
- Namespace
- Textkernel.Tx.Models
- Assembly
- Textkernel.Tx.SDK.dll
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