CurrentAddServiceT, U, V(T) Method |
Adds a service instance under three service types.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void AddService<T, U, V>(
T service
)
Parameters
- service T
- The service instance to register.
Type Parameters
- T
- The primary service type.
- U
- The second service type.
- V
- The third service type.
See Also