C# Класс Castle.DynamicProxy.SilverlightExtensions.Extensions

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

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

Метод Описание
FindInterfaces ( this type, TypeFilter filter, object filterCriteria ) : System.Type[]
IsNested ( this type ) : bool

The silverlight System.Type is missing the IsNested property so this exposes similar functionality.

Описание методов

FindInterfaces() публичный статический Метод

public static FindInterfaces ( this type, TypeFilter filter, object filterCriteria ) : System.Type[]
type this
filter TypeFilter
filterCriteria object
Результат System.Type[]

IsNested() публичный статический Метод

The silverlight System.Type is missing the IsNested property so this exposes similar functionality.
public static IsNested ( this type ) : bool
type this
Результат bool