|
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.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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