Gets the amount of the elements in the collection.
| 38 | /// Gets the amount of the elements in the collection. |
| 39 | /// </summary> |
| 40 | FORCE_INLINE int32 Count() const |
| 41 | { |
| 42 | return _count; |
| 43 | } |
| 44 | |
| 45 | /// <summary> |
| 46 | /// Gets the amount of the elements that can be hold by collection without resizing. |
no outgoing calls
no test coverage detected