Appccelerate.Bootstrapper.Reporting.ReportingContext.ReportingContext C# (CSharp) Method

ReportingContext() public method

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