eDriven Framework API
Gets all the attributes of the specified type

Declaration Syntax
public static bool HasClassAttributes<T>(
Type type,
bool inherit = true
)
Public Shared Function HasClassAttributes(Of T) ( _
type As Type, _
Optional inherit As Boolean = True _
) As Boolean
public:
generic<typename T>
static bool HasClassAttributes(
Type^ type,
bool inherit = true
)

Generic Template Parameters

Return Value
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)