Compartir a través de


FinderReplacement Struct

Definition

Struct used to report the results of a FindForReplaceAll().

public value class FinderReplacement
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct FinderReplacement
[<System.Runtime.CompilerServices.IsReadOnly>]
type FinderReplacement = struct
Public Structure FinderReplacement
Inheritance
FinderReplacement
Attributes

Constructors

Name Description
FinderReplacement(Span, String)

Fields

Name Description
Match

Span of the match.

Replace

Text that should be used to replace the match.

Applies to