C# 클래스 NekoKun.Enum

파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 프로퍼티들

프로퍼티 타입 설명
ID string
Name string

보호된 프로퍼티들

프로퍼티 타입 설명
KTV string>.Dictionary
VTK string>.Dictionary

공개 메소드들

메소드 설명
Enum ( System node ) : System
GetKey ( string value ) : string
GetKeys ( ) : string[]
GetValues ( ) : string[]
this ( string key ) : string

메소드 상세

Enum() 공개 메소드

public Enum ( System node ) : System
node System
리턴 System

GetKey() 공개 메소드

public GetKey ( string value ) : string
value string
리턴 string

GetKeys() 공개 메소드

public GetKeys ( ) : string[]
리턴 string[]

GetValues() 공개 메소드

public GetValues ( ) : string[]
리턴 string[]

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

ID 공개적으로 프로퍼티

public string ID
리턴 string

KTV 보호되어 있는 프로퍼티

protected Dictionary KTV
리턴 string>.Dictionary

Name 공개적으로 프로퍼티

public string Name
리턴 string

VTK 보호되어 있는 프로퍼티

protected Dictionary VTK
리턴 string>.Dictionary