Click or drag to resize

CAEXBasicObjectContainerT Method

Gets the CAEX Container 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
public virtual CAEXSequence<T> Container<T>()
where T : CAEXWrapper

Type Parameters

T
container element type

Return Value

CAEXSequenceT
The CAEX container

Implements

ICAEXBasicObjectContainerT
See Also