|
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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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