C# Class Castle.Core.MethodMetaModel

Mostrar archivo 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