Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Version::Clone Method ()

 

Returns a new Version object whose value is the same as the current Version object.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual Object^ Clone() sealed

Return Value

Type: System::Object^

A new Object whose values are a copy of the current Version object.

If the type of the return value is important, cast the Object instance that is returned by this method to a Version object.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft