ORM Sample Class Library

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


Topic.htm">GetType (inherited from Object)Gets the Type of the current instance.