Share via


IndentedStringBuilder.Clone Method

Definition

Clones this IndentedStringBuilder, copying the built string and current indent level.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder Clone();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
override this.Clone : unit -> Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder
Public Overridable Function Clone () As IndentedStringBuilder

Returns

New instance of IndentedStringBuilder.

Applies to