CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Provides static LINQ methods. More...
#include <enumerable.h>
Static Public Member Functions | |
template<typename T > | |
static SharedPtr< Collections::Generic::IEnumerable< T > > | Empty () |
Returns an empty IEnumerable object. More... | |
static SharedPtr< Collections::Generic::IEnumerable< int32_t > > | Range (int32_t start, int32_t count) |
Generates a sequence of integral numbers within a specified range. More... | |
Provides static LINQ methods.
|
inlinestatic |
Returns an empty IEnumerable object.
|
static |
Generates a sequence of integral numbers within a specified range.
start | The value of the first integer in the sequence. |
count | The number of sequential integers to generate. |