Knight Data Access Layer
GetTypeAttributes Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetTypeAttributes Method
Type key value pair
Get the cached type attributes for a key value pair
Syntax
Public Shared Function GetTypeAttributes( _
   ByVal kvp As KeyValuePair(Of Type,Type) _
) As Object()
Dim kvp As KeyValuePair(Of Type,Type)
Dim value() As Object
 
value = ReflectionHelper.GetTypeAttributes(kvp)
public static object[] GetTypeAttributes( 
   KeyValuePair<Type,Type> kvp
)
public: static Object*[]* GetTypeAttributes( 
   KeyValuePair<Type*,Type*> kvp
) 
public:
static array<Object^>^ GetTypeAttributes( 
   KeyValuePair<Type^,Type^> kvp
) 

Parameters

kvp
Type key value pair
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionHelper Class
ReflectionHelper Members