C# Class HaloMap.Meta.Meta.String

The string.
Inheritance: System.Item
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
id int
name string

Public Methods

Method Description
String ( ) : System

Initializes a new instance of the String class.

Method Details

String() public method

Initializes a new instance of the String class.
public String ( ) : System
return System

Property Details

id public_oe property

The id.
public int id
return int

name public_oe property

The name.
public string name
return string