Click or drag to resize
IClassGeneratorCreateInstanceT Method
Creates a new instance of the dynamically generated type.

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
T CreateInstance<T>(
	Object source
)

Parameters

source
Type: SystemObject
source object from where to copy the properties.

Type Parameters

T

Return Value

Type: T

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IClassGenerator.CreateInstance``1(System.Object)"]

See Also