ILoggingOptions.ShouldWarnForStringEnumValueInJson(Type) Metodo

Definizione

Restituisce true se non è ancora stato eseguito un avviso sui valori stringa per il tipo di enumerazione specificato.

public bool ShouldWarnForStringEnumValueInJson (Type enumType);
abstract member ShouldWarnForStringEnumValueInJson : Type -> bool
Public Function ShouldWarnForStringEnumValueInJson (enumType As Type) As Boolean

Parametri

enumType
Type

Tipo da controllare.

Restituisce

Indica se è stato generato o meno un avviso.

Si applica a