GH_ListUtil Class |
Namespace: Grasshopper.Kernel
The GH_ListUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| CountNonNullRefsT |
Count all object references in L
| |
| CountNullRefsT |
Count all null references in L
| |
| EnsureNonNullCountT |
Tests a list to see if it contains sufficient non-null references.
| |
| FirstNonNullItemT |
Returns the index of the first non-null item in a list.
| |
| RemoveNullRefsT |
Remove all null references from a list of items.
|