Click or drag to resize

ServiceProviderRequiredService Constructor (Type)

Creates a new service requirement from a required service.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public RequiredService(
	params Type[] requiredServices
)

Parameters

requiredServices
Type: SystemType
The required services.
See Also