Click or drag to resize

SequencesList Class

A list of Sequence objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectListBaseSequence
    RRAutoLib.CTCSequencesList

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class SequencesList
	Inherits CtcObjectListBase(Of Sequence)

The SequencesList type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Creates and adds a new object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodAdd(T)
Adds a given object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodContains (Inherited from CtcObjectListBaseT.)
Public methodGetEnumerator (Inherited from CtcObjectListBaseT.)
Public methodGetEnumeratorOfT (Inherited from CtcObjectListBaseT.)
Public methodMoveFirst
Repositions list item to be first in the list.
(Inherited from CtcObjectListBaseT.)
Public methodMoveLast
Repositions list item to be last in the list.
(Inherited from CtcObjectListBaseT.)
Public methodRemove
Removes an object from the CTC list.
(Inherited from CtcObjectListBaseT.)
Top
See Also