C# Class AdvancedLauncher.SDK.Model.LanguageModel

Inheritance: CrossDomainObject
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method 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 method

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

this() public method

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