PropertyList.move

PropertyList move(ref PropertyList other)

Moves ownership from another PropertyList instance.

The source PropertyList will be invalidated after this operation.

Parameters

otherThe PropertyList to move from

Returns

A new PropertyList instance with the moved handle.