GetCustomAttributes()
Attribute::GetCustomAttributes(const TypeInfo&) method
Returns all custom attributes appllied to specified type.
static ArrayPtr<Object::ptr> System::Attribute::GetCustomAttributes(const TypeInfo &type)
Arguments
| Parameter | Type | Description |
|---|---|---|
| type | const TypeInfo& | Type attributes of which to retrieved |
Return Value
An array that contains attributes applied to the specified type