Click or drag to resize

AddInManagerGetCustomAttributesT Method (Type)

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static IEnumerable<T> GetCustomAttributes<T>(
	Type targetType
)
where T : Attribute

Parameters

targetType
Type: SystemType

Type Parameters

T

Return Value

Type: IEnumerableT
See Also