GetAttributes()

Namespace ›› System ›› MfObject ›› Methods ››
Parent Previous Next

GetAttributes()

OutputVar := instance.GetAttributes()

GetAttributes()

Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance

Remarks

Protected Method.
This method is intended to be used by derived classes only and is to be treated as a protected method. MfNumberStyles class is an example of using this method to add MfFlagsAttribute to a class.

Returns

Returns MfGenericList of MfAttribute.

Throws

Throws MfNullReferenceException if called as a static method.