Search Results for

    Show / Hide Table of Contents

    Class sub

    Inheritance
    object
    sub
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.IO.TMX
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public class sub

    Constructors

    sub()

    Declaration
    public sub()

    Properties

    Items

    Declaration
    public object[] Items { get; set; }
    Property Value
    Type Description
    object[]

    Text

    Declaration
    public string[] Text { get; set; }
    Property Value
    Type Description
    string[]

    datatype

    Declaration
    public string datatype { get; set; }
    Property Value
    Type Description
    string

    type

    Declaration
    public string type { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • sub()
    • Properties
      • Items
      • Text
      • datatype
      • type
    Back to top Generated by DocFX