This version of Unity is unsupported.

IProperty.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.