SourceRange.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 SourceRange. All properties are recursively cloned.
public Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange DeepClone ();
member this.DeepClone : unit -> Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange
Public Function DeepClone () As SourceRange
Returns
A new instace of the SourceRange.