Share via


SourceRange.DeepClone Method

Definition

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.

Applies to