ServiceProvider(Type) Constructor |
Creates a new service provider.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected ServiceProvider(
params Type[] supportedServices
)
Parameters
- supportedServices Type
- The list of services supported by this service provider. (Typically just one service.)
See Also