Mono Class Library: System.TypedReference Overview | Members

System.TypedReference.SetTypedReference Method

Converts the specified value to a TypedReference. [Edit]

[System.CLSCompliant(false)]
public static void SetTypedReference (TypedReference target, object value)

Parameters

target
The target of the conversion. [Edit]
value
The value to be converted. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionvalue is null. [Edit]
InvalidCastExceptionThe requested conversion is not possible. [Edit]

Remarks

This method converts value to target. [Edit]

Requirements

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