Method | Description | |
---|---|---|
PropertyValue ( string name, Func |
Initializes a new instance of the PropertyValue class.
|
|
PropertyValue ( string name, object>.Func |
Initializes a new instance of the PropertyValue class.
|
|
PropertyValue ( string name, object value ) : System |
Initializes a new instance of the PropertyValue class.
|
public PropertyValue ( string name, Func |
||
name | string | The name of the property to override. |
valueCallback | Func |
The callback to invoke to get the value that should be injected. |
return | System |
public PropertyValue ( string name, object>.Func |
||
name | string | The name of the property to override. |
valueCallback | object>.Func | The callback to invoke to get the value that should be injected. |
return | System |
public PropertyValue ( string name, object value ) : System | ||
name | string | The name of the property to override. |
value | object | The value to inject into the property. |
return | System |