 | EntityConfigurationClone Method |
Creates a new object that is a copy of the current instance.
Namespace: Slash.ECS.Blueprints.ConfigurationsAssembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
Object
A new object that is a copy of this instance.
Implements
ICloneableClone
See Also