Edit

Share via


TypedReference.ToObject(TypedReference) Method

Definition

Converts the specified TypedReference to an Object.

C#
public static object ToObject(TypedReference value);

Parameters

value
TypedReference

The TypedReference to be converted.

Returns

An Object converted from a TypedReference.

Remarks

This might be a boxing operation.

Applies to