Partager via


CoreStrings.BadValueGeneratorType(Object, Object) Méthode

Définition

Le type « {givenType} » ne peut pas être utilisé comme générateur de valeurs, car il n’hérite pas de « {expectedType} ». Veillez à hériter des générateurs de valeurs de « {expectedType} ».

public static string BadValueGeneratorType (object givenType, object expectedType);
public static string BadValueGeneratorType (object? givenType, object? expectedType);
static member BadValueGeneratorType : obj * obj -> string
Public Shared Function BadValueGeneratorType (givenType As Object, expectedType As Object) As String

Paramètres

givenType
Object
expectedType
Object

Retours

S’applique à