C# 클래스 NekoKun.FormatProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
aliases String>.Dictionary
enumLocaleInfo string>>.List
enums List
methods List

공개 메소드들

메소드 설명
FormatProvider ( object>.Dictionary node ) : System
ParseFormat ( string format, List parameters ) : string
PrepareFormat ( string format ) : string

메소드 상세

FormatProvider() 공개 메소드

public FormatProvider ( object>.Dictionary node ) : System
node object>.Dictionary
리턴 System

ParseFormat() 공개 메소드

public ParseFormat ( string format, List parameters ) : string
format string
parameters List
리턴 string

PrepareFormat() 공개 메소드

public PrepareFormat ( string format ) : string
format string
리턴 string

프로퍼티 상세

aliases 보호되어 있는 프로퍼티

protected Dictionary aliases
리턴 String>.Dictionary

enumLocaleInfo 보호되어 있는 프로퍼티

protected List> enumLocaleInfo
리턴 string>>.List

enums 보호되어 있는 프로퍼티

protected List enums
리턴 List

methods 보호되어 있는 프로퍼티

protected List methods
리턴 List