Share via


BaseShadow.Same Method

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)

Syntax

'Declaration
Protected Shared Function Same ( _
    source As Object _
) As Object
protected static Object Same(
    Object source
)
protected:
static Object^ Same(
    Object^ source
)
static member Same : 
        source:Object -> Object
protected static function Same(
    source : Object
) : Object

Parameters

  • source
    Type: Object

    The source object.

Return Value

Type: Object
Returns the source object.

.NET Framework Security

See Also

Reference

BaseShadow Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace