| 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: 2014.11.22.0
Syntax public Regex RegularExpression { get; }
Public ReadOnly Property RegularExpression As Regex
Get
public:
property Regex^ RegularExpression {
Regex^ get ();
}
member RegularExpression : Regex with get
Property Value
Type:
RegexRemarks The regular expression is cached for future use
See Also