System::Reflection::MemberInfo::AddAttribute method

MemberInfo::AddAttribute method

Adds attribute to collection.

void System::Reflection::MemberInfo::AddAttribute(const ObjectPtr &attribute)
ParameterTypeDescription
attributeconst ObjectPtr&Attribute to add to current member.

See Also