C# Class AdvancedLauncher.SDK.Model.LanguageModel

Inheritance: CrossDomainObject
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode Description
this ( object>.Expression expression ) : string

Returns string representation of property by lambda expression

this ( string key ) : string

Returns property value by its string representation as key

Method Details

this() public méthode

Returns string representation of property by lambda expression
public this ( object>.Expression expression ) : string
expression object>.Expression Property lambda expression
Résultat string

this() public méthode

Returns property value by its string representation as key
public this ( string key ) : string
key string Property name
Résultat string