RhinoListTRemoveNulls Method |
Removes all elements from the List that are null references (Nothing in Visual Basic).
This function will not do anything if T is not a Reference type.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax Public Function RemoveNulls As Integer
Return Value
Type:
Int32The number of nulls removed from the List.
See Also