|
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.252-beta+d6f44256e7cdcd1b3455fcb1dc7bd1c8d65c988a
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