NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Text.RegularExpressions Namespace

Classes

Class Description
Capture  
CaptureCollection Represents a sequence of capture substrings. The object is used to return the set of captures done by a single capturing group.
Group  
Match  
MatchCollection Represents the set of names appearing as capturing group names in a regular expression.
Regex Represents an immutable, compiled regular expression. Also contains static methods that allow use of regular expressions without instantiating a Regex explicitly.

Delegates

Delegate Description
MatchEvaluator [To be supplied.]