The maximum number of elements to return. The value of maxLength must be greater than or equal to zero.
返される要素の最大限の数。maxLengthの値は、ゼロより大きいか等しくなければなりません。
Return Value
戻り値
A sequence starting at the beginning of this sequence with at most maxLength elements.
このシーケンスの先端で始まる多くともmaxLength要素のあるシーケンス。
Discussion
解説
If the maximum length exceeds the number of elements in the sequence, the result contains all the elements in the sequence.
最大長がシーケンスの要素の数を越えるならば、結果はシーケンスの要素すべてを含みます。