Share via


SourcePoint.DeepClone Method

Definition

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.

Applies to