GenericParameterHelper.Clone Method

Creates a new GenericParameterHelper that is a copy of the current instance.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public Function Clone As Object
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object 
override Clone : unit -> Object 
public final function Clone() : Object

Return Value

Type: System.Object
A new GenericParameterHelper that is a copy of the current instance.

Implements

ICloneable.Clone()

.NET Framework Security

See Also

Reference

GenericParameterHelper Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace