Click or drag to resize

ServiceProvider(Type) Constructor

Creates a new service provider.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected ServiceProvider(
	params Type[] supportedServices
)

Parameters

supportedServices  Type
The list of services supported by this service provider. (Typically just one service.)
See Also