Initializes a new instance of the ServiceDetails struct.
| C# | Visual Basic | Visual C++ |
public ServiceDetails( Type service, Type serviceImpl, List<CtorParameter> ctorParams )
Public Sub New ( _ service As Type, _ serviceImpl As Type, _ ctorParams As List(Of CtorParameter) _ )
public: ServiceDetails( Type^ service, Type^ serviceImpl, List<CtorParameter>^ ctorParams )
- service (Type)
- The service.
- serviceImpl (Type)
- The service impl.
- ctorParams (List<(Of <(CtorParameter>)>))
- The ctor params.