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
    Back to top Generated by DocFX