Click or drag to resize
Json.NET Schema

JSchemaValidatingWriterWriteValue Method (Int64)

 
Writes a Int64 value.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual void WriteValue(
	long value
)

Parameters

value
Type: SystemInt64
The Int64 value to write.
See Also