Craig's Utility Library  4.0 Beta
Utilities.IoC.Default.Interfaces.ITypeBuilder Interface Reference

Type builder interface More...

Inheritance diagram for Utilities.IoC.Default.Interfaces.ITypeBuilder:
Utilities.IoC.Default.TypeBuilder< T >

Public Member Functions

object Create ()
 Creates the object More...
 

Properties

Type ReturnType [get]
 Return type of the builder More...
 

Detailed Description

Type builder interface

Definition at line 29 of file ITypeBuilder.cs.

Member Function Documentation

object Utilities.IoC.Default.Interfaces.ITypeBuilder.Create ( )

Creates the object

Returns
The object

Implemented in Utilities.IoC.Default.TypeBuilder< T >.

Property Documentation

Type Utilities.IoC.Default.Interfaces.ITypeBuilder.ReturnType
get

Return type of the builder

Definition at line 34 of file ITypeBuilder.cs.


The documentation for this interface was generated from the following file: