SourcePoint.DeepClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the SourcePoint. All properties are recursively cloned.
public Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint DeepClone ();
member this.DeepClone : unit -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Function DeepClone () As SourcePoint
Returns
A new instace of the SourcePoint.