RhinoList(T).NullCount Property

RhinoListTNullCount Property

Gets the number of null references (Nothing in Visual Basic) in this list. If T is a ValueType, this property always return zero.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int NullCount { get; }
Public ReadOnly Property NullCount As Integer
	Get

Property Value

Type: Int32
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also