Click or drag to resize
Sandcastle Help File BuilderMemberIdMatchExpressionRegularExpression Property
This read-only property returns a Regex for the expression if it should be matched as a regular expression or null if not.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public Regex RegularExpression { get; }

Property Value

Type: Regex
Remarks
The regular expression is cached for future use
See Also