コード例 #1
0
 public bool Includes(EventNotificationDescriptionBase eventNotification)
 {
     return(List.Contains(eventNotification));
 }
コード例 #2
0
 public void Add(EventNotificationDescriptionBase eventNotification)
 {
     List.Add(eventNotification);
 }