PrintDocument for WinForms
CodeRange コンストラクタ(Char,Char)


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > CodeRange クラス > CodeRange コンストラクタ : CodeRange コンストラクタ(Char,Char)
The first character code.
The last character code.
Initialization of the range of character codes
シンタックス
'宣言
 
Public Function New( _
   ByVal first As System.Char, _
   ByVal last As System.Char _
)
'使用法
 
Dim first As System.Char
Dim last As System.Char
 
Dim instance As New CodeRange(first, last)
public CodeRange( 
   System.char first,
   System.char last
)

パラメータ

first
The first character code.
last
The last character code.
参照

CodeRange クラス
CodeRange メンバ
オーバーロード一覧