Canvas.SomaticEnrichmentRunner.SomaticEnrichmentRunner C# (CSharp) Method

SomaticEnrichmentRunner() public method

public SomaticEnrichmentRunner ( Canvas.CommandLineParsing.CommonOptions commonOptions, SomaticEnrichmentOptions somaticEnrichmentOptions ) : Canvas.CommandLineParsing
commonOptions Canvas.CommandLineParsing.CommonOptions
somaticEnrichmentOptions SomaticEnrichmentOptions
return Canvas.CommandLineParsing
        public SomaticEnrichmentRunner(CommonOptions commonOptions, SomaticEnrichmentOptions somaticEnrichmentOptions)
        {
            _somaticEnrichmentOptions = somaticEnrichmentOptions;
            CommonOptions = commonOptions;
        }