C# Class TMXGlueLib.DataTypes.NamedValue

ファイルを表示 Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
Name string
Type string
Value object

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string

Value public_oe property

public object Value
return object