C# Class Isop.Infrastructure.DefaultFactory

Inheritance: IDisposable
Show file Open project: wallymathieu/isop

Public Methods

Method Description
Create ( Type t ) : Object
DefaultFactory ( ) : System
Dispose ( ) : void

Method Details

Create() public method

public Create ( Type t ) : Object
t System.Type
return Object

DefaultFactory() public method

public DefaultFactory ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void