Condividi tramite


CoreStrings.BadValueGeneratorType(Object, Object) Metodo

Definizione

Impossibile utilizzare il tipo '{givenType}' come generatore di valori perché non eredita da '{expectedType}'. Assicurarsi di ereditare i generatori di valori da '{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

Parametri

givenType
Object
expectedType
Object

Restituisce

Si applica a