Mono Class Library: System Namespace

System.TypedReference Structure

Describes an object that contains both a managed pointer to a location and a runtime representation of the type that can be stored at that location. [Edit]

See Also: TypedReference Members

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public struct TypedReference

Remarks

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.

[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0