IClassGeneratorCreateType Method |
Builds a type in the dynamic assembly, if already the type is not created.
Namespace:
Intuit.Ipp.LinqExtender.Abstraction
Assembly:
Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxIClassGenerator CreateType(
Type parentType,
Type interfaceType
)
Parameters
- parentType
- Type: SystemType
type of object or interfae to implement - interfaceType
- Type: SystemType
parent interface type.
Return Value
Type:
IClassGenerator[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IClassGenerator.CreateType(System.Type,System.Type)"]
See Also