Constructor.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            public StringQuantityPattern( 
   System.string ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- text
 
- The repeated text.
 - minimum
 
- The minimum repeated times.
 - maximum
 
- The maximum repeated times.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照