C# 클래스 Castle.Core.DependencyModelCollection

상속: System.Collections.ReadOnlyCollectionBase
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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