Click or drag to resize

ReplacementGroup Constructor (Match, String)

Initializes a new instance of the ReplacementGroup class

Namespace:  FileHold.LibraryManager.Tags
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ReplacementGroup(
	Match match,
	string[] names
)

Parameters

match
Type: System.Text.RegularExpressionsMatch
names
Type: SystemString
See Also