Click or drag to resize

ProtocolRequiredService Constructor (IEnumerableType, IEnumerableString)

Creates a new service requirement including a set of required services, and an optional list of preferred protocols.

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

Parameters

requiredServices
Type: System.Collections.GenericIEnumerableType
The list of required services.
preferredProtocols
Type: System.Collections.GenericIEnumerableString
A list of preferred protocols (if any).
See Also