List.RemoveNulls
Eliminates any instances of "null" values from the list. If the list does not contain any 'null' values, the original list is simply returned.
Eliminates any instances of "null" values from the list. If the list does not contain any 'null' values, the original list is simply returned.