Gets iterator for beginning of the collection.
| 1043 | /// Gets iterator for beginning of the collection. |
| 1044 | /// </summary> |
| 1045 | FORCE_INLINE Iterator Begin() const |
| 1046 | { |
| 1047 | return Iterator(this, 0); |
| 1048 | } |
| 1049 | |
| 1050 | /// <summary> |
| 1051 | /// Gets iterator for ending of the collection. |
no test coverage detected