Ribbon for WinForms
CodeRanges クラス
メンバ 

C1.Win.4.8 アセンブリ > C1.Util 名前空間 : CodeRanges クラス
Represents collection of unique CodeRange objects. All CodeRange objects within collection not intersect and sorted by First field.
オブジェクト モデル
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 名前空間