clone


Description:

public virtual Settings clone ()

Creates a copy of this, such that passing this and the copied instance to equal would return true.

By default, this creates a new settings instance with the same Type as this , and copies all Object property values from this to the new instance.

Parameters:

this

a Settings

Returns:

a newly-created copy of this




2022 vala-language.org