AsyncEnumerable.Range(Int32, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 범위 내에서 정수 시퀀스를 생성합니다.
public:
static System::Collections::Generic::IAsyncEnumerable<int> ^ Range(int start, int count);
public static System.Collections.Generic.IAsyncEnumerable<int> Range(int start, int count);
static member Range : int * int -> System.Collections.Generic.IAsyncEnumerable<int>
Public Function Range (start As Integer, count As Integer) As IAsyncEnumerable(Of Integer)
매개 변수
- start
- Int32
시퀀스의 첫 번째 정수 값입니다.
- count
- Int32
생성할 순차 정수 수입니다.
반품
IAsyncEnumerable<T> 순차적 정수 범위를 포함하는 값입니다.
예외
start
+
count-1 .MaxValue