[This is preliminary documentation and is subject to change.]
Converts this MetaReference into a Reference.
| C# |
public Reference ToReference()
A Reference referring to the object referenced by
this MetaReference.
This involves a full dereference of this object which could
involve database accesses or a fetch from a remote domain if the referenced
object is not in memory.