共用方式為


ILoggingOptions.ShouldWarnForStringEnumValueInJson(Type) 方法

定義

true如果尚未執行給定列舉類型的字串值警告,則傳回 。

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

參數

enumType
Type

要檢查的類型。

傳回

是否已發出警告。

適用於