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)
ParameterTypeDescription
typeconst TypeInfo&Type attributes of which to retrieved

ReturnValue

An array that contains attributes applied to the specified type

See Also