MemberIdMatchExpressionRegularExpression 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.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public Regex RegularExpression { get; }
Public ReadOnly Property RegularExpression As Regex
Get
public:
property Regex^ RegularExpression {
Regex^ get ();
}
member RegularExpression : Regex with get
Property Value
Regex The regular expression is cached for future use