Declaration
public TElement FormatReference(
int refId
)Summary
Generates an element that represents a reference to another object within the same serialized object graph.
Parameters
| int | refId |
The reference ID. |
Returns
An element that represents a reference to another object with the specified
refId.
Remarks
The returned element should be recognized by
IClassifyFormat<TElement>.IsReference(TElement).