C# Class Castle.Core.ComponentModel

Inheritance: GraphNode
Show 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