| C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class : New Method |
| Overload | Description |
|---|---|
| New<T>(Type) | Creates a new instance of this type using the default constructor. |
| New(Type) | Creates a new instance of this type using the default constructor. |
| New<T>(Type,Action<T>) | Creates a new instance of this type using the default constructor. |