IGH_DataAccess.Util_EnsureNonNullCount(T) Method

IGH_DataAccessUtil_EnsureNonNullCountT Method

Tests a list to see if it contains sufficient non-null references.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool Util_EnsureNonNullCount<T>(
	List<T> L,
	int N
)
Function Util_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: Boolean
True if L contains N or more non-null references.
See Also