Click or drag to resize

NullableDictionaryK, VNullEntryCount Property

Gets the count for the null entry.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public int NullEntryCount { get; }

Property Value

Type: Int32
The null entry count.
See Also