C# Class Castle.Core.ConstructorCandidateCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Add ( ConstructorCandidate candidate ) : void

Adds the specified candidate.

Clear ( ) : void

Clears this instance.

Method Details

Add() public method

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

Clear() public method

Clears this instance.
public Clear ( ) : void
return void