TypeHelper.ConstructNoParams Method
This is an internal method and should not be used.
[Visual Basic]Public Shared Function ConstructNoParams( _
ByVal
t As
Type _
) As
Object [C#]public static
object ConstructNoParams(
Type t);
Parameters
- t
- Type to construct
Return Value
A new object of the given type
Remarks
Constructs a an object of the given type.
See Also
TypeHelper Class | OrmLib Namespace