Click or drag to resize

ValueSequenceTDataType Methods

The ValueSequenceTDataType type exposes the following members.

Methods
 NameDescription
Public methodAppend Creates a new CAEX object and appends it to the value sequence. The value of the appended object is set to the provided value.
Public methodAt Gets the value from the element at the specified index.
Public methodGetEnumerator Gets the enumerator for this sequence which enumerates the Values.
(Overrides NamedElementSequenceTGetEnumerator)
Public methodIndexOf Gets the Index of the specified element in the sequence of elements with the same name
Public methodPrepend Creates a new CAEX object with the provided value and prepends it to already existing elements.
Public methodRemove Removes all CAEX objects from this sequence.
(Inherited from NamedElementSequenceT)
Public methodRemoveAt Removes the element at the given index.
(Inherited from NamedElementSequenceT)
Top
See Also