eDriven Framework API
HasClassAttributes<(Of <(<'T>)>)> Method (type, inherit)
NamespaceseDriven.Core.ReflectionCoreReflectorHasClassAttributes<(Of <<'(T>)>>)(Type, Boolean)
eDriven Framework API
Gets all the attributes of the specified type
Declaration Syntax
C#Visual BasicVisual C++
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
T
Parameters
type (Type)
inherit (Boolean) (Optional)
Return Value

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