Initialization of the range of character codes
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Char, _
   ByVal  As System.Char _
)
             
        
            
            '使用法
 
Dim first As System.Char
Dim last As System.Char
 
Dim instance As New CodeRange(first, last)
             
        
            
            public CodeRange( 
   System.char ,
   System.char 
)
             
        
             
        
            パラメータ
- first
 
- The first character code.
 - last
 
- The last character code.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照