Метод | Описание | |
---|---|---|
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.
|
public static FindInterfaces ( this type, TypeFilter filter, object filterCriteria ) : System.Type[] | ||
type | this | |
filter | TypeFilter | |
filterCriteria | object | |
Результат | System.Type[] |
public static IsNested ( this type ) : bool | ||
type | this | |
Результат | bool |