Click or drag to resize

ServiceProviderRequiredService Constructor (IEnumerableType, Boolean)

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(
	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