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: 18.03.00
Syntaxpublic 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