C# Class Hawkeye.ObjectExtensions

Show file Open project: odalet/Hawkeye2

Public Methods

Method Description
GetInnerObject ( this proxy ) : object

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

Method Details

GetInnerObject() public static method

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.
return object