Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsReferable(TElement)

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

Declaration

public bool IsReferable(
    TElement element
)

Summary

Determines whether this element represents an object that can be referred to by a reference element.

Parameters

TElementelement The element to decode.

Returns

true if this element is referable; false otherwise.

Remarks

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