ColorizationRuleApply 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: 2024.12.21.0
public IEnumerable<Capture> Apply(
	string text
)

Parameters

text  String
The text to search

Return Value

IEnumerableCapture
An enumerable list of captures that match the pattern

See Also