◆ IsTypeOrAspectPropertyValue< T >()
static bool FiftyOne.Pipeline.Engines.Utils.IsTypeOrAspectPropertyValue< T > | ( | Type | type | ) |
static
Check if the specified type is a specific type 'T' or an implementation of IAspectPropertyValue<T> that wraps 'T'.
- Template Parameters
-
- T - The type to check for
- Parameters
-
- type - The type to check
- Returns
- True if 'type' is of type 'T' or a wrapper around 'T'
- Exceptions
-
- ArgumentNullException - Thrown if required parameters are null