C# Class Onism.Cldr.CldrLocale

Afficher le fichier Open project: pgolebiowski/onism-cldr Class Usage Examples

Méthodes publiques

Méthode Description
CldrLocale ( ) : System.Linq
CldrLocale ( string language, string script = null, string territory = null, string variant = null ) : System.Linq
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
JoinNotNull ( string separator ) : string

Method Details

CldrLocale() public méthode

public CldrLocale ( ) : System.Linq
Résultat System.Linq

CldrLocale() public méthode

public CldrLocale ( string language, string script = null, string territory = null, string variant = null ) : System.Linq
language string
script string
territory string
variant string
Résultat System.Linq

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool