Property | Type | Description | |
---|---|---|---|
ResourceWrapper | System |
Method | Description | |
---|---|---|
ResourceWrapper ( ResourceManager internalResMan ) : System | ||
TryGetMember ( |
||
this ( string index ) : object |
The indexer is needed to be able to use indexer-syntax in XAML to data bind
|
Method | Description | |
---|---|---|
ResourceWrapper ( ) : System |
public ResourceWrapper ( ResourceManager internalResMan ) : System | ||
internalResMan | ResourceManager | |
return | System |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public this ( string index ) : object | ||
index | string | The name of the property. |
return | object |