Reflector..::..GetAttribute<(Of <(<'T>)>)> Method (Type)

Gets the attribute.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static T GetAttribute<T>(
	Type type
)
Public Shared Function GetAttribute(Of T) ( _
	type As Type _
) As T
public:
generic<typename T>
static T GetAttribute(
	Type^ type
)

Type Parameters

T

Parameters

type
Type: Type
The type.

Return Value

``0.

See Also


[Overload:Squid.Reflector.GetAttribute`1] Overload