DependencyChainCollection Classe

Definizione

modella un albero generalizzato delle dipendenze

[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
Ereditarietà
DependencyChainCollection
Attributi

Costruttori

Nome Descrizione
DependencyChainCollection()

Costruttore predefinito

DependencyChainCollection(DependencyChainCollection)

costruttore di copia

Proprietà

Nome Descrizione
Item[Int32]

ottenere il nodo di dipendenza per indice

Metodi

Nome Descrizione
Add(Dependency)

Implementazione di Add fortemente tipizzata

Contains(Dependency)

Contiene un'implementazione fortemente tipizzata

CopyTo(Dependency[], Int32)

Implementazione della copia fortemente tipizzata

IndexOf(Dependency)

Implementazione di IndexOf fortemente tipizzata

Insert(Int32, Dependency)

Implementazione di Insert fortemente tipizzata

Remove(Dependency)

Implementazione rimozione fortemente tipizzata

Si applica a