BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      LazyRegex(string pattern, System.Text.RegularExpressions.RegexOptions options) Constructor
  
            Initializes a new instance of the LazyRegex class.
            
 
  Syntax
  
    public .ctor(string pattern, System.Text.RegularExpressions.RegexOptions options)
  Parameters
  
    - pattern
- Type: string
 The regular expression pattern to match. 
    - options
- Type: System.Text.RegularExpressions.RegexOptions
 A bitwise combination of the enumeration values that modify the regular expression. 
 
  Exceptions
  
    
      | System.ArgumentNullException | 
          pattern is null (Nothing in Visual Basic). |