C# Class Castle.Core.MethodMetaModel

Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
MethodMetaModel ( IConfiguration configNode ) : System

Initializes a new instance of the MethodMetaModel class.

Method Details

MethodMetaModel() public method

Initializes a new instance of the MethodMetaModel class.
public MethodMetaModel ( IConfiguration configNode ) : System
configNode IConfiguration The config node.
return System