C# Класс Castle.Core.DependencyModelCollection

Наследование: System.Collections.ReadOnlyCollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified model.
public Add ( DependencyModel model ) : void
model DependencyModel The model.
Результат void

Clear() публичный Метод

Clears this instance.
public Clear ( ) : void
Результат void

Contains() публичный Метод

Determines whether this collection contains the the specified model.
public Contains ( DependencyModel model ) : bool
model DependencyModel The model.
Результат bool

DependencyModelCollection() публичный Метод

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( ) : System
Результат System

DependencyModelCollection() публичный Метод

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( DependencyModel dependencies ) : System
dependencies DependencyModel The dependencies.
Результат System

DependencyModelCollection() публичный Метод

Initializes a new instance of the DependencyModelCollection class.
public DependencyModelCollection ( DependencyModelCollection dependencies ) : System
dependencies DependencyModelCollection The dependencies.
Результат System

Remove() публичный Метод

Removes the specified model.
public Remove ( DependencyModel model ) : void
model DependencyModel The model.
Результат void