GH_Structure(T).NonNulls Property

GH_StructureTNonNulls Property

Get an enumerator for this structure that allow linear iteration over the data hierarchy while skipping all Null entries. This Enumerator has been optimized, do not cache instances of it.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IEnumerable<T> NonNulls { get; }
Public ReadOnly Property NonNulls As IEnumerable(Of T)
	Get

Property Value

Type: IEnumerableT

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Structure`1.NonNulls"]

See Also