View Source
  Class HealthCheckNotificationMethodCollection
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class HealthCheckNotificationMethodCollection : BuilderCollectionBase<IHealthCheckNotificationMethod>, IBuilderCollection<IHealthCheckNotificationMethod>
   
  Constructors
  
  
    View Source
  
  HealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>>)
  
  
  Declaration
  
    public HealthCheckNotificationMethodCollection(Func<IEnumerable<IHealthCheckNotificationMethod>> items)
   
  Parameters