Click or drag to resize

IClassWithBaseClassReferenceTGetReferenceHierarchy Method

Gets the reference hierarchy for all class to class relations, starting with this class.

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

Return Value

IEnumerableT
A collection, containing this class and the reference hierarchy of the base class, if existing.
See Also