|
ImmutableObjectBaseTClone Method
|
Returns a clone of this class.
If the class is marked as readonly, it returns the current instance.
Namespace: GSF.ImmutableAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
SyntaxPublic Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
View SourceReturn Value
ObjectImplements
ICloneableClone
See Also