Condividi tramite


Metodo BaseShadow.MakeByRefType

Restituisce un oggetto Type che rappresenta il tipo specificato nel momento in cui viene passato come parametro ref.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
Public Shared Function MakeByRefType ( _
    elementType As Type _
) As Type
public static Type MakeByRefType(
    Type elementType
)
public:
static Type^ MakeByRefType(
    Type^ elementType
)
static member MakeByRefType : 
        elementType:Type -> Type 
public static function MakeByRefType(
    elementType : Type
) : Type

Parametri

Valore restituito

Tipo: System.Type
Oggetto Type che rappresenta il tipo corrente nel momento in cui viene passato come parametro ref.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BaseShadow Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting