 | AMLFacetNotAssignedParentInterfaces Method |
Get the parent interfaces which are yet not assigned with the AMLFacet
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> NotAssignedParentInterfaces()
Public Function NotAssignedParentInterfaces As IEnumerable(Of ExternalInterfaceType)
public:
IEnumerable<ExternalInterfaceType^>^ NotAssignedParentInterfaces()
Return Value
IEnumerableExternalInterfaceTypeA collection of not assigned ExternalInterface objects.
See Also