More...
|
static string | GetEnumString (Type type, Dictionary< string, int > nameValueDict) |
|
|
static readonly string | PREFIX |
| do not change this string`s format More...
|
|
◆ AddEnumValue()
static void XSSLG.EnumGenerator.AddEnumValue |
( |
Type |
type, |
|
|
string |
addEnum |
|
) |
| |
|
inlinestatic |
◆ GetEnumString()
static string XSSLG.EnumGenerator.GetEnumString |
( |
Type |
type, |
|
|
Dictionary< string, int > |
nameValueDict |
|
) |
| |
|
inlinestaticprivate |
◆ GetNameValueDict()
static Dictionary<string, int> XSSLG.EnumGenerator.GetNameValueDict |
( |
Type |
type | ) |
|
|
inlinestatic |
◆ ReduceEnumValue()
static void XSSLG.EnumGenerator.ReduceEnumValue |
( |
Type |
type, |
|
|
string |
reduceEnum |
|
) |
| |
|
inlinestatic |
◆ PREFIX
readonly string XSSLG.EnumGenerator.PREFIX |
|
staticprivate |
Initial value:=
@"
namespace XSSLG
{{
public partial class XSDefine
{{
{0}
}}
}}"
do not change this string`s format
The documentation for this class was generated from the following file: