Gets the amount of the elements in the collection. The items count.
| 65 | /// </summary> |
| 66 | /// <returns>The items count.</returns> |
| 67 | FORCE_INLINE int64 Count() |
| 68 | { |
| 69 | return Platform::AtomicRead(&_count); |
| 70 | } |
| 71 | |
| 72 | /// <summary> |
| 73 | /// Get amount of the elements that can be holed by collection without resizing. |