共用方式為


JsonTypeInfo.IsReadOnly 屬性

定義

取得值,這個值表示目前實例是否已鎖定以進行修改。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

備註

JsonTypeInfo如果實例已傳遞至其中 JsonSerializer 一個方法、已與 JsonSerializerContext 實例相關聯,或使用者明確呼叫 MakeReadOnly() 實例上的 方法,則可以鎖定實例。

適用於