共用方式為


IAdapterFactory 介面

定義

定義用來根據目前物件和 ContractResolver 載入 Microsoft.AspNetCore.JsonPatch.Internal.IAdapter 的作業。

public interface class IAdapterFactory
public interface IAdapterFactory
type IAdapterFactory = interface
Public Interface IAdapterFactory
衍生

方法

Create(Object, IContractResolver)

Microsoft.AspNetCore.JsonPatch.Internal.IAdapter建立目前 物件的 。

適用於