Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Castle
Core
ConstructorCandidateCollection
C# Class Castle.Core.ConstructorCandidateCollection
Inheritance:
System.Collections.ReadOnlyCollectionBase
Exibir arquivo
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