make_writable
Description:
[ DestroysInstance ]
[ ReturnsModifiedPointer ]
[ Version ( since = "1.6" ) ]
public Uri make_writable ()
[ ReturnsModifiedPointer ]
[ Version ( since = "1.6" ) ]
public Uri make_writable ()
Make the Uri writable.
Checks if this is writable, and if so the original object is returned. If not, then a writable copy is made
and returned. This gives away the reference to this and returns a reference to the new
Uri. If this is null
then null
is returned.
Parameters:
this |
The Uri object to make writable. |
Returns:
A writable version of this. |