C# Класс Hawkeye.ObjectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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