Click or drag to resize

ICAEXBasicObjectContainerT Method

Gets the CAEXSequence for elements of type T, which is owned by this CAEX object.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
CAEXSequence<T> Container<T>()
where T : CAEXWrapper

Type Parameters

T

Return Value

CAEXSequenceT
The CAEX container
See Also