Constructor()

Namespace ›› System ›› MfGenericList ›› Methods ››
Parent Previous Next

Constructor()

Initializes a new instance of the MfGenericList class.

OutputVar := new MfGenericList(genericType)

MfGenericList(genericType)

Initializes a new instance of the MfGenericList class.

Parameters

genericType

The Type of object derived from MfObject

Throws

Throws MfArgumentNullException if genericType is null.
Throws MfArgumentException if genericType is not derived from MfObject.