CharRangeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public CharRange(
System.string ,
System.int ,
System.bool
)
パラメータ
- text
- 範囲に含まれるテキスト。
- start
- テキスト内の範囲の開始インデックス。
- duplicate
- 範囲にスペルミスがあるか、それとも重複があるか。
参照