Class bpt
Inheritance
Object
bpt
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 bpt
Constructors
bpt()
Declaration
public bpt()
Properties
i
Declaration
public string i { get; set; }
Property Value
Type | Description |
---|---|
String |
Items
Declaration
public sub[] Items { get; set; }
Property Value
Type | Description |
---|---|
sub[] |
Text
Declaration
public string[] Text { get; set; }
Property Value
Type | Description |
---|---|
String[] |
type
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
String |
x
Declaration
public string x { get; set; }
Property Value
Type | Description |
---|---|
String |