C# Class Bosphorus.Dao.Common.Instantiator.ListInstantiator

Inheritance: IInstantiator
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
Create ( Type type ) : object
IsApplicable ( Type type ) : bool

Method Details

Create() public method

public Create ( Type type ) : object
type System.Type
return object

IsApplicable() public method

public IsApplicable ( Type type ) : bool
type System.Type
return bool