Knight Data Access Layer
GetSpecificAttributes Method




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