C# Class Gibbed.RED.FileFormats.Script.EnumDefinition.Constant

显示文件 Open project: yole/Gibbed.RED

Public Properties

Property Type Description
Name string
Value int

Public Methods

Method Description
Constant ( string name, int value ) : System.Collections.Generic

Method Details

Constant() public method

public Constant ( string name, int value ) : System.Collections.Generic
name string
value int
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public int Value
return int