Method Clone
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
Clone()
This creates a new build object that is a deep copy of the current instance.
public override DictionaryKeyResolver Clone()
Returns
- DictionaryKeyResolver
A new build object that is a deep copy of this instance.
Remarks
This is deep cloning of the members of this build object. If you need just a copy, use the copy constructor to create a new instance.