SerializableErrorWrapper.Unwrap(Type) 메서드

정의

개체 래프 해제

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

매개 변수

declaredType
Type

개체를 래핑 해제해야 하는 형식입니다.

반환

래핑되지 않은 개체입니다.

구현

적용 대상