Grasshopper API
GH_ListUtilEnsureNonNullCountT Method |
Tests a list to see if it contains sufficient non-null references.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool EnsureNonNullCount<T>( List<T> L, int N )
Public Shared Function EnsureNonNullCount(Of T) ( L As List(Of T), N As Integer ) As Boolean
Parameters
- L
- Type: System.Collections.GenericListT
List to parse - N
- Type: SystemInt32
Type Parameters
- T
- Type of list
Return Value
Type: BooleanTrue if L contains N or more non-null references.
