C# Class Spring.Objects.Factory.Config.DictionaryFactoryObject

Inheritance: Spring.Objects.Factory.Config.AbstractFactoryObject
Show file Open project: spring-projects/spring-net Class Usage Examples

Protected Methods

Method Description
CreateInstance ( ) : object

Constructs a new instance of the target dictionary.

Method Details

CreateInstance() protected method

Constructs a new instance of the target dictionary.
protected CreateInstance ( ) : object
return object