AddAttribute()

MemberInfo::AddAttribute(const ObjectPtr&) method

Adds attribute to collection.

void System::Reflection::MemberInfo::AddAttribute(const ObjectPtr &attribute)

Arguments

ParameterTypeDescription
attributeconst ObjectPtr&Attribute to add to current member.

See Also