 | IClassWithBaseClassReferenceTGetReferenceHierarchy Method |
Gets the reference hierarchy for all class to class relations, starting with this class.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<T> GetReferenceHierarchy()
Function GetReferenceHierarchy As IEnumerable(Of T)
IEnumerable<T>^ GetReferenceHierarchy()
Return Value
IEnumerableT
A collection, containing this class and the reference hierarchy of the base class, if existing.
See Also