Click or drag to resize

IClassWithBaseClassReferenceGetReferenceHierarchyT Method

Gets the reference (inheritance relations) hierarchy including the actual class as a queue.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
Queue<T> GetReferenceHierarchy<T>()
where T : IClassWithBaseClassReference

Type Parameters

T
The type of the CAEX class.

Return Value

QueueT
A Queue of the base classes including the actual class.
See Also