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.

BaseShadow::Same Method (Object^)

 

Dummy method used to transfer the arrays of the same Type. This is the failsafe implementation of the BaseShadow::ElementConverter delegate used for arrays of the same type.

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

protected:
static Object^ Same(
	Object^ source
)

Parameters

source
Type: System::Object^

The source object.

Return Value

Type: System::Object^

Returns the source object.

Return to top
Show: