Search Results for

    Show / Hide Table of Contents

    Class map

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

    Constructors

    map()

    Declaration
    public map()

    Properties

    code

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

    ent

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

    subst

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

    unicode

    Declaration
    public string unicode { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • map()
    • Properties
      • code
      • ent
      • subst
      • unicode
    Back to top Generated by DocFX