Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Generation refers to creating a new sequence of values.
The standard query operator methods that perform generation are listed in the following section.
Methods
| Method Name | Description | Visual Basic Query Expression Syntax | More Information |
|---|---|---|---|
| DefaultIfEmpty | Replaces an empty collection with a default valued singleton collection. | Not applicable. | Enumerable.DefaultIfEmpty Queryable.DefaultIfEmpty |
| Empty | Returns an empty collection. | Not applicable. | Enumerable.Empty |
| Range | Generates a collection that contains a sequence of numbers. | Not applicable. | Enumerable.Range |
| Repeat | Generates a collection that contains one repeated value. | Not applicable. | Enumerable.Repeat |
See also
Makipagtulungan sa amin sa GitHub
Ang pinagmulan para sa content na ito ay mahahanap sa GitHub, kung saan maaari ka ring lumikha at sumuri ng mga isyu at mga pull request. Para sa higit pang impormasyon, tingnan ang aming gabay sa contributor.