ServiceProviderRequiredService Constructor (IEnumerableType, Boolean) |
Creates a new service requirement from a required service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic RequiredService(
IEnumerable<Type> requiredServices,
bool excludeProtocolServer
)
Parameters
- requiredServices
- Type: System.Collections.GenericIEnumerableType
The required services. - excludeProtocolServer
- Type: SystemBoolean
True to exclude protocol server services.
See Also