コード例 #1
0
 public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger <AttributeServiceEntryProvider> logger, CPlatformContainer serviceProvider)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger          = logger;
     _serviceProvider = serviceProvider;
 }
コード例 #2
0
 public AttributeServiceEntryProvider(IEnumerable<Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger<AttributeServiceEntryProvider> logger)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger = logger;
 }
コード例 #3
0
 public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger <AttributeServiceEntryProvider> logger)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger = logger;
 }
コード例 #4
0
 public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory)
 {
     this._types = types;
     this._clrServiceEntryFactory = clrServiceEntryFactory;
 }
コード例 #5
0
 public AttributeServiceEntryProvider(IEnumerable<Type> types, IClrServiceEntryFactory clrServiceEntryFactory)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
 }