GetReference Method (context, value)

Json.NET

Json.NET - Quick Starts & API Documentation GetReference Method (context, value)
NamespacesNewtonsoft.Json.SerializationIReferenceResolverGetReference(Object, Object)
Gets the reference for the sepecified object.
Declaration Syntax
C# Visual Basic Visual C++
string GetReference(
	Object context,
	Object value
)
Function GetReference ( _
	context As Object, _
	value As Object _
) As String
String^ GetReference(
	Object^ context, 
	Object^ value
)
Parameters
context (Object)
The serialization context.
value (Object)
The object to get a reference for.
Return Value
The reference to the object.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)