  | AddInManagerGetCustomAttributesT Method (Type) | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static IEnumerable<T> GetCustomAttributes<T>(
	Type targetType
)
where T : Attribute
Public Shared Function GetCustomAttributes(Of T As Attribute) ( 
	targetType As Type
) As IEnumerable(Of T)
Parameters
- targetType
 - Type: SystemType
 
Type Parameters
- T
 
Return Value
Type: 
IEnumerableT
See Also