MemberDescriptor.FillAttributes(IList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class.
protected:
virtual void FillAttributes(System::Collections::IList ^ attributeList);
protected virtual void FillAttributes (System.Collections.IList attributeList);
abstract member FillAttributes : System.Collections.IList -> unit
override this.FillAttributes : System.Collections.IList -> unit
Protected Overridable Sub FillAttributes (attributeList As IList)
Parameters
- attributeList
- IList
An IList that lists the attributes in the parent class. Initially, this is empty.
Remarks
For duplicate attributes, the last one added to the list is kept.
The IList with the attributes is created once. If there are duplicate attributes in the list, only the first instance is saved; all subsequent duplicate attributes are removed from the list.