C# Class Castle.Core.DependencyModelCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Add ( DependencyModel model ) : void

Adds the specified model.

Clear ( ) : void

Clears this instance.

Contains ( DependencyModel model ) : bool

Determines whether this collection contains the the specified model.

DependencyModelCollection ( ) : System

Initializes a new instance of the DependencyModelCollection class.

DependencyModelCollection ( DependencyModel dependencies ) : System

Initializes a new instance of the DependencyModelCollection class.

DependencyModelCollection ( DependencyModelCollection dependencies ) : System

Initializes a new instance of the DependencyModelCollection class.

Remove ( DependencyModel model ) : void

Removes the specified model.

Method Details

Add() public méthode

Adds the specified model.
public Add ( DependencyModel model ) : void
model DependencyModel The model.
Résultat void

Clear() public méthode

Clears this instance.
public Clear ( ) : void
Résultat void

Contains() public méthode

Determines whether this collection contains the the specified model.
public Contains ( DependencyModel model ) : bool
model DependencyModel The model.
Résultat bool

DependencyModelCollection() public méthode

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( ) : System
Résultat System

DependencyModelCollection() public méthode

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( DependencyModel dependencies ) : System
dependencies DependencyModel The dependencies.
Résultat System

DependencyModelCollection() public méthode

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( DependencyModelCollection dependencies ) : System
dependencies DependencyModelCollection The dependencies.
Résultat System

Remove() public méthode

Removes the specified model.
public Remove ( DependencyModel model ) : void
model DependencyModel The model.
Résultat void