Gets the amount of the items in the collection.
| 195 | /// Gets the amount of the items in the collection. |
| 196 | /// </summary> |
| 197 | FORCE_INLINE int32 Count() const |
| 198 | { |
| 199 | return _count; |
| 200 | } |
| 201 | |
| 202 | /// <summary> |
| 203 | /// Gets the amount of the items that can be contained by collection without resizing. |
no outgoing calls
no test coverage detected