Method DuplicateBinding
DuplicateBinding(string, string)
Duplicates the binding from an existing key to a new one (makes dst point to the same object as src).
Declaration
public void DuplicateBinding(string src, string dst)
Parameters
Type | Name | Description |
---|---|---|
string | src | The key to duplicate the binding from. |
string | dst | The new key that points to the same object. |