C# Class Castle.Core.ConstructorCandidateCollection

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 ( ConstructorCandidate candidate ) : void

Adds the specified candidate.

Clear ( ) : void

Clears this instance.

Method Details

Add() public méthode

Adds the specified candidate.
public Add ( ConstructorCandidate candidate ) : void
candidate ConstructorCandidate The candidate.
Résultat void

Clear() public méthode

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