C# Class Isop.Domain.TypeContainer

ファイルを表示 Open project: wallymathieu/isop Class Usage Examples

Public Methods

Method Description
Add ( Object instance ) : void
CreateInstance ( Type type ) : Object
TypeContainer ( Configuration configuration ) : System

Method Details

Add() public method

public Add ( Object instance ) : void
instance Object
return void

CreateInstance() public method

public CreateInstance ( Type type ) : Object
type System.Type
return Object

TypeContainer() public method

public TypeContainer ( Configuration configuration ) : System
configuration Configuration
return System