Balakin.VSOutputEnhancer.EnvironmentService.EnvironmentService C# (CSharp) Method

EnvironmentService() private method

private EnvironmentService ( IClassificationFormatMapService classificationFormatMapService ) : System
classificationFormatMapService IClassificationFormatMapService
return System
        public EnvironmentService(IClassificationFormatMapService classificationFormatMapService)
        {
            this.classificationFormatMapService = classificationFormatMapService;
        }