Click or drag to resize

ProtocolRequiredService Constructor (String, IEnumerableType)

Creates a new service requirement including a required protocol and an optional set of required services.

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

Parameters

requiredProtocol
Type: SystemString
The required protocol, or null.
requiredServices
Type: System.Collections.GenericIEnumerableType
A list of required services (if any).
See Also