IsReferenced Method (context, value)

Json.NET

Json.NET - Quick Starts & API Documentation IsReferenced Method (context, value)
NamespacesNewtonsoft.Json.SerializationIReferenceResolverIsReferenced(Object, Object)
Determines whether the specified object is referenced.
Declaration Syntax
C# Visual Basic Visual C++
bool IsReferenced(
	Object context,
	Object value
)
Function IsReferenced ( _
	context As Object, _
	value As Object _
) As Boolean
bool IsReferenced(
	Object^ context, 
	Object^ value
)
Parameters
context (Object)
The serialization context.
value (Object)
The object to test for a reference.
Return Value
true if the specified object is referenced; otherwise, false.

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