SuperTooltip for WinForms
CodeRanges クラス
メンバ 

C1.Win.6 アセンブリ > C1.Util 名前空間 : CodeRanges クラス
一意の CodeRangeオブジェクトのコレクションを表します。コレクション内のすべての CodeRange オブジェクトは重ならず、First フィールドに 基づいてソートされています。
オブジェクト モデル
CodeRanges クラス
シンタックス
'宣言
 
Public Class CodeRanges 
   Inherits System.Collections.Generic.List(Of CodeRange)
public class CodeRanges : System.Collections.Generic.List<CodeRange> 
継承階層

System.Object
   System.Collections.Generic.List<T>
      C1.Util.CodeRanges

参照

CodeRanges メンバ
C1.Util 名前空間