C# Class NekoKun.Enum

显示文件 Open project: NekoProject/NekoKun

Public Properties

Property Type Description
ID string
Name string

Protected Properties

Property Type Description
KTV string>.Dictionary
VTK string>.Dictionary

Public Methods

Method Description
Enum ( System node ) : System
GetKey ( string value ) : string
GetKeys ( ) : string[]
GetValues ( ) : string[]
this ( string key ) : string

Method Details

Enum() public method

public Enum ( System node ) : System
node System
return System

GetKey() public method

public GetKey ( string value ) : string
value string
return string

GetKeys() public method

public GetKeys ( ) : string[]
return string[]

GetValues() public method

public GetValues ( ) : string[]
return string[]

this() public method

public this ( string key ) : string
key string
return string

Property Details

ID public_oe property

public string ID
return string

KTV protected_oe property

protected Dictionary KTV
return string>.Dictionary

Name public_oe property

public string Name
return string

VTK protected_oe property

protected Dictionary VTK
return string>.Dictionary