Appccelerate.Bootstrapper.Reporting.ReportingContext.ReportingContext C# (CSharp) Метод

ReportingContext() публичный Метод

Initializes a new instance of the ReportingContext class.
public ReportingContext ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public ReportingContext()
        {
            this.extensions = new Collection<IExtensionContext>();
        }