IndentedStringBuilder.Clone 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.
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.