\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Utils Class Reference

Detailed Description

Static utility methods

Static Public Member Functions

static bool  IsTypeOrAspectPropertyValue< T > (Type type)
Check if the specified type is a specific type 'T' or an implementation of IAspectPropertyValue<T> that wraps 'T'. More...

Member Function Documentation

◆ 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