NSequenceCreate(Int32, Int32) Method |
Creates a sequence from a range.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static NSequence Create(
int first,
int last
)
Parameters
- first Int32
- The first value in the sequence.
- last Int32
- The last value in the sequence.
Return Value
NSequenceA sequence returning a range of values.
See Also