Click or drag to resize

IGH_DataAccess.Util_EnsureNonNullCount<T> 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
)

Parameters

L
Type: System.Collections.Generic.List<T>
List to parse
N
Type: System.Int32

Type Parameters

T
Type of list

Return Value

Type: Boolean
True if L contains N or more non-null references.
See Also