IBaseInfo.FindAttributes Method
| Name | Parameters | Description |
|---|---|---|
| FindAttributes<AttributeType>() | none | Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBaseInfo object. |
| FindAttributes<AttributeType>(Boolean) | recursive | Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBaseInfo object. |