Appccelerate.Bootstrapper.Reporting.ReportingContext.ReportingContext C# (CSharp) Méthode

ReportingContext() public méthode

Initializes a new instance of the ReportingContext class.
public ReportingContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ReportingContext()
        {
            this.extensions = new Collection<IExtensionContext>();
        }