See Also: TypedReference Members
A TypedReference is a type/value combination used to support variable argument lists (as used by C++, for example), among other things. TypedReference is a built-in value type that can be used for parameters and local variables.
Arrays of TypedReference cannot be created.
A TypedReference cannot be boxed as it contains ByRefs, so it cannot reside on the heap.