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