Open sandboxFocus

Property Count

Count

Gets the number of items in the current collection layer.

Declaration
public int Count { get; }
Property Value
Type Description
int

The count of items that are marked as added (not removed) in this incremental hash set layer.

Implements