Search Results for

    Show / Hide Table of Contents

    Class tmx

    Inheritance
    object
    tmx
    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 tmx

    Constructors

    tmx()

    Declaration
    public tmx()

    Properties

    body

    Declaration
    public tu[] body { get; set; }
    Property Value
    Type Description
    tu[]

    header

    Declaration
    public header header { get; set; }
    Property Value
    Type Description
    header

    version

    Declaration
    public string version { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • tmx()
    • Properties
      • body
      • header
      • version
    Back to top Generated by DocFX