Initializes a new instance of the MfGenericList class.
OutputVar := new MfGenericList(genericType)
Initializes a new instance of the MfGenericList class.
genericType
The Type of object derived from MfObject
Throws MfArgumentNullException if genericType is null.
Throws MfArgumentException if genericType is not derived from MfObject.