Click or drag to resize
Task Scheduler Managed Class Library

Wildcard Properties

The Wildcard type exposes the following members.

Properties
 NameDescription
Protected propertyCapNamesGets or sets a dictionary that maps named capturing groups to their index values.
(Inherited from Regex)
Protected propertyCapsGets or sets a dictionary that maps numbered capturing groups to their index values.
(Inherited from Regex)
Public propertyMatchTimeoutGets the time-out interval of the current instance.
(Inherited from Regex)
Public propertyOptionsGets the options that were passed into the Regex constructor.
(Inherited from Regex)
Public propertyRightToLeftGets a value that indicates whether the regular expression searches from right to left.
(Inherited from Regex)
Top
See Also