C# Class NekoKun.FormatProvider

Afficher le fichier Open project: NekoProject/NekoKun

Protected Properties

Свойство Type Description
aliases String>.Dictionary
enumLocaleInfo string>>.List
enums List
methods List

Méthodes publiques

Méthode Description
FormatProvider ( object>.Dictionary node ) : System
ParseFormat ( string format, List parameters ) : string
PrepareFormat ( string format ) : string

Method Details

FormatProvider() public méthode

public FormatProvider ( object>.Dictionary node ) : System
node object>.Dictionary
Résultat System

ParseFormat() public méthode

public ParseFormat ( string format, List parameters ) : string
format string
parameters List
Résultat string

PrepareFormat() public méthode

public PrepareFormat ( string format ) : string
format string
Résultat string

Property Details

aliases protected_oe property

protected Dictionary aliases
Résultat String>.Dictionary

enumLocaleInfo protected_oe property

protected List> enumLocaleInfo
Résultat string>>.List

enums protected_oe property

protected List enums
Résultat List

methods protected_oe property

protected List methods
Résultat List