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