ColorizationRule.Apply Method

This returns an enumerable list of captures that match the pattern, if any

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2025.3.22.0
public IEnumerable<Capture> Apply(
	string text
)

Parameters

text  String
The text to search

Return Value

IEnumerable<Capture>
An enumerable list of captures that match the pattern

See Also