Solution
In order to create a .NET list object programmatically in LabVIEW, when you have a null instance in the generic .NET List you wish to create, you will require the use of the Variant to Flattened String function and the use of property nodes for dynamic object creation.
An example code snippet of how the implementation is done is shown below:
