Group
Show / Hide Table of Contents

Class TxPrimitive<T>

Represents a native type (langword_csharp_int, langword_csharp_bool, etc) that can have a value or be null

Inheritance
System.Object
TxPrimitive<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class TxPrimitive<T>
    where T : struct
Type Parameters
Name Description
T

int, bool, etc

Properties

| Improve this Doc View Source

Value

The value for this object

Declaration
public T Value { get; set; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾