Show / Hide Table of Contents

    Interface IContractResolver

    DefaultContractResolver
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public interface IContractResolver

    Methods

    ResolveContract(Type)

    Declaration
    public Newtonsoft.Json.Serialization.JsonContract ResolveContract (Type type);
    Parameters
    Type type

    Returns
    JsonContract

    Back to top Azure SDK for Net