Click or drag to resize

CAEXSequenceExtensionOfInterfaceClass Method

Gets all ExternalInterfaces from the specified sequence, which are instances of a specific InterfaceClass

Namespace: Aml.Engine.CAEX.Linq
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<ExternalInterfaceType> OfInterfaceClass(
	this ExternalInterfaceSequence sequence,
	InterfaceFamilyType interfaceClass
)

Parameters

sequence  ExternalInterfaceSequence
The Sequence of External Interfaces
interfaceClass  InterfaceFamilyType
The required Interface Class

Return Value

IEnumerableExternalInterfaceType
External Interfaces which are instances of the defined class.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExternalInterfaceSequence. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also