C# 클래스 Castle.Core.ConstructorCandidateCollection

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

공개 메소드들

메소드 설명
Add ( ConstructorCandidate candidate ) : void

Adds the specified candidate.

Clear ( ) : void

Clears this instance.

메소드 상세

Add() 공개 메소드

Adds the specified candidate.
public Add ( ConstructorCandidate candidate ) : void
candidate ConstructorCandidate The candidate.
리턴 void

Clear() 공개 메소드

Clears this instance.
public Clear ( ) : void
리턴 void