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. |