Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsReferable(TElement)

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).