Creates a new instance of this type using the default constructor.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public static T New<T>( this Type type, Action<T> initializers ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function New(Of T) ( _ type As Type, _ initializers As Action(Of T) _ ) As T |
Parameters
- type
- Type: System..::..Type
The type.
- initializers
- Type: System..::..Action<(Of <(<'T>)>)>
The initializers.
Type Parameters
- T