Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Castle
Core
ComponentModel
C# Class Castle.Core.ComponentModel
Inheritance:
GraphNode
Mostra file
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