The InteractorCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Return the number of interactors in the collection.
(Inherited from Collection<(Of <(TElement>)>).)
Public propertyIsReadOnly
Returns false, to indicate that an collecion is writable.
(Inherited from Collection<(Of <(TElement>)>).)
Public propertyItem
Return the i-th element in the collection.
(Inherited from Collection<(Of <(TElement>)>).)

See Also