Click or drag to resize

ServiceProviderRequiredService Constructor (IEnumerableType, IEnumerableType)

Creates a new service requirement from an optional set of required services and incompatible services.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public RequiredService(
	IEnumerable<Type>? requiredServices,
	IEnumerable<Type>? incompatibleServices
)

Parameters

requiredServices
Type: System.Collections.GenericIEnumerableType
A list of required services (if any).
incompatibleServices
Type: System.Collections.GenericIEnumerableType
A list of incompatible services (if any).
See Also