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. |
Gets the number of items in the current collection layer.
public int Count { get; }| Type | Description |
|---|---|
| int | The count of items that are marked as added (not removed) in this incremental hash set layer. |