This version of Unity is unsupported.

Property<T0,T1>.GetAttributes

Declaration

public IEnumerable<Attribute> GetAttributes();

Returns

IEnumerable<Attribute> An IEnumerable_1 for all attributes of the given type.

Description

Returns all attribute of the given type.