C# Class Hawkeye.ObjectExtensions

Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode 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 méthode

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.
Résultat object