Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsReference(TElement)

  • Declared in: RT.Serialization.IClassifyFormat<TElement>
  • Interface method
  • Abstract

Declaration

public bool IsReference(
    TElement element
)

Summary

Determines whether this element represents a reference to another object in the same serialized graph.

Parameters

TElementelement The element to decode.

Returns

true if this element represents such a reference; false otherwise.

Remarks

This should recognize elements generated by IClassifyFormat<TElement>.FormatReference(int).