ServiceProviderRequiredService Constructor (IEnumerableType, IEnumerableType) |
Creates a new service requirement from an optional set of required services and incompatible services.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic RequiredService(
IEnumerable<Type>? requiredServices,
IEnumerable<Type>? incompatibleServices
)
Parameters
- requiredServices
- Type: System.Collections.GenericIEnumerableType
A list of required services (if any). - incompatibleServices
- Type: System.Collections.GenericIEnumerableType
A list of incompatible services (if any).
See Also