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

FinderReplacement(Span, String)

Fields

Match

Span of the match.

Replace

Text that should be used to replace the match.

Applies to