CloneAs Method
Overloads
CloneAs<T>() |
Clones object to another AbstractStructure type. |
CloneAs<T>()
Clones object to another AbstractStructure type.
Declaration
T CloneAs<T>()
where T : AbstractStructure, new()
Returns
Type | Description |
---|---|
T |
The clone |
Type Parameters
Name | Description |
---|---|
T |
The target type |