Click or drag to resize
DataRecorderSourceCollection Methods

The DataRecorderSourceCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a source to the collection.
Public methodClear
Removes all sources from the collection.
Public methodContains(String)
Gets if the collection contains a source with the specified identifier.
Public methodContains(DataRecorderSourceBase)
Gets if the collection contains a specific source.
Public methodCopyTo
Copies all sources in the collection to an array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Removes a source from the collection.
Public methodToString (Inherited from Object.)
Top
See Also