Method CreateInstance
CreateInstance(TContainer)
Create a new instance using the specified container as a template to copy from.
Declaration
public static TContainer CreateInstance(TContainer container)
Parameters
Type | Name | Description |
---|---|---|
TContainer | container | The template container. |
Returns
Type | Description |
---|---|
TContainer | The new instance. |