ArtifactCollection Methods

The ArtifactCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds artifacts to the collection.
Public methodCopyTo
Copies colection into an array.
Public methodDelete(Int32)
Deletes artifact by its index.
Public methodDelete(Artifact)
Deletes specified artifact.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindByValue
Finds artifacts by custom value.
Public methodGetEnumerator
Gets enumerator for the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Update artifact inside the collection.
See Also