Method | Description | |
---|---|---|
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 | |
return | System.Type[] |