RangeConverter Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class RangeConverter : Newtonsoft.Json.JsonConverter<Microsoft.Quantum.QsCompiler.DataTypes.Range>
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type RangeConverter = class
    inherit JsonConverter<Range>
Public Class RangeConverter
Inherits JsonConverter(Of Range)
Inheritance
Newtonsoft.Json.JsonConverter<Range>
RangeConverter
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute

Constructors

RangeConverter()

Methods

ReadJson(JsonReader, Type, Range, Boolean, JsonSerializer)
WriteJson(JsonWriter, Range, JsonSerializer)

Applies to