Click or drag to resize

ServiceProvider Constructor (Type)

Creates a new service provider.

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

Parameters

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