C# 클래스 Hawkeye.ObjectExtensions

파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
GetInnerObject ( this proxy ) : object

Recursively inspect the provided object in case it is a IProxy to return its inner value.

메소드 상세

GetInnerObject() 공개 정적인 메소드

Recursively inspect the provided object in case it is a IProxy to return its inner value.
public static GetInnerObject ( this proxy ) : object
proxy this The potential proxy object.
리턴 object