Scheduler for WPF
AppointmentList クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : AppointmentList クラス
AppointmentListは、 Appointmentオブジェクトのソート可能なコレクションです。
オブジェクト モデル
AppointmentList クラス
シンタックス
'宣言
 
Public Class AppointmentList 
   Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment> 
解説
AppointmentListは、ソートされているとは限りません。 AppointmentListがソートされている必要がある操作を実行する場合は、事前に AppointmentListをソートする必要があります。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.AppointmentList

参照

AppointmentList メンバ
C1.C1Schedule 名前空間