PexAssumeAttributeBase.GetPreciseType(TypeEx, ICopyable<TypeEx>, Boolean) Método

Definição

Verifica uma lista de tipos compatíveis com este domínio.

protected:
 bool GetPreciseType(Microsoft::ExtendedReflection::Metadata::TypeEx ^ targetType, [Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Collections::ICopyable<Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ % types, [Runtime::InteropServices::Out] bool % allowOtherTypes);
protected bool GetPreciseType (Microsoft.ExtendedReflection.Metadata.TypeEx targetType, out Microsoft.ExtendedReflection.Collections.ICopyable<Microsoft.ExtendedReflection.Metadata.TypeEx> types, out bool allowOtherTypes);
member this.GetPreciseType : Microsoft.ExtendedReflection.Metadata.TypeEx * ICopyable * bool -> bool
Protected Function GetPreciseType (targetType As TypeEx, ByRef types As ICopyable(Of TypeEx), ByRef allowOtherTypes As Boolean) As Boolean

Parâmetros

targetType
Microsoft.ExtendedReflection.Metadata.TypeEx

O tipo do destino.

types
Microsoft.ExtendedReflection.Collections.ICopyable<Microsoft.ExtendedReflection.Metadata.TypeEx>

Os tipos.

allowOtherTypes
Boolean

Se a lista de tipos é exclusiva.

Retornos

Boolean

Aplica-se a