C# 클래스 entity.MetaFuncs.MEStringsSelector.StringID

파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
unicodes List

공개 메소드들

메소드 설명
StringID ( string Name, int ID ) : System
ToString ( ) : string

메소드 상세

StringID() 공개 메소드

public StringID ( string Name, int ID ) : System
Name string
ID int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

unicodes 공개적으로 프로퍼티

A List of Unicodes that point to this StringID
public List unicodes
리턴 List