Show / Hide Table of Contents

    Class JsonLinqContract

    Inheritance
    Object
    JsonContract
    JsonLinqContract
    Inherited Members
    JsonContract.Converter
    JsonContract.CreatedType
    JsonContract.DefaultCreator
    JsonContract.DefaultCreatorNonPublic
    JsonContract.IsReference
    JsonContract.OnDeserializedCallbacks
    JsonContract.OnDeserializingCallbacks
    JsonContract.OnErrorCallbacks
    JsonContract.OnSerializedCallbacks
    JsonContract.OnSerializingCallbacks
    JsonContract.UnderlyingType
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class JsonLinqContract : Newtonsoft.Json.Serialization.JsonContract

    Constructors

    JsonLinqContract(Type)

    Declaration
    public JsonLinqContract (Type underlyingType);
    Parameters
    Type underlyingType

    Back to top Azure SDK for Net