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
ComponentModel
C# Class Castle.Core.ComponentModel
Inheritance:
GraphNode
Exibir arquivo
Open project: nats/castle-1.0.3-mono
Class Usage Examples
Public Methods
Method
Description
ComponentModel
(
String
name
,
Type
service
,
Type
implementation
) :
System
Constructs a ComponentModel
Method Details
ComponentModel()
public
method
Constructs a ComponentModel
public
ComponentModel
(
String
name
,
Type
service
,
Type
implementation
) :
System
name
String
service
System.Type
implementation
System.Type
return
System