DependencyChainCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
models a generalized tree of dependencies
[System.Runtime.InteropServices.ComVisible(false)]
public class DependencyChainCollection : System.Collections.ArrayList
[<System.Runtime.InteropServices.ComVisible(false)>]
type DependencyChainCollection = class
inherit ArrayList
Public Class DependencyChainCollection
Inherits ArrayList
- Inheritance
-
DependencyChainCollection
- Attributes
Constructors
DependencyChainCollection() |
default constructor |
DependencyChainCollection(DependencyChainCollection) |
copy constructor |
Properties
Item[Int32] |
get dependency node by index |
Methods
Add(Dependency) |
Strongly typed Add implementation |
Contains(Dependency) |
Strongly typed Contains implementation |
CopyTo(Dependency[], Int32) |
Strongly typed Copy implementation |
IndexOf(Dependency) |
Strongly typed IndexOf implementation |
Insert(Int32, Dependency) |
Strongly typed Insert implementation |
Remove(Dependency) |
Strongly typed Remove implementation |