DependencyChainCollection Class

Definition

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

Applies to