public PropertyValue operator implicit( bool b )
public: operator PropertyValue^ ( bool b )
Parameters
| Parameter Name | Description |
|---|---|
| b | bool to convert |
Return Value
PropertyValue object storing value given as a parameter.
bool to the PropertyValue object.public PropertyValue operator implicit( bool b )
public: operator PropertyValue^ ( bool b )
| Parameter Name | Description |
|---|---|
| b | bool to convert |