Show / Hide Table of Contents

    Class JsonStringContract

    Inheritance
    Object
    JsonContract
    JsonPrimitiveContract
    JsonStringContract
    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 JsonStringContract : Newtonsoft.Json.Serialization.JsonPrimitiveContract

    Constructors

    JsonStringContract(Type)

    Declaration
    public JsonStringContract (Type underlyingType);
    Parameters
    Type underlyingType

    Back to top Azure SDK for Net