SerializableErrorWrapper.Unwrap(Type) Method

Definition

Unwraps an object.

public:
 virtual System::Object ^ Unwrap(Type ^ declaredType);
public object Unwrap (Type declaredType);
abstract member Unwrap : Type -> obj
override this.Unwrap : Type -> obj
Public Function Unwrap (declaredType As Type) As Object

Parameters

declaredType
Type

The type to which the object should be un-wrapped to.

Returns

The un-wrapped object.

Implements

Applies to