myesn

myEsn2E9

hi
github

Linq: Enumerable.Repeat

介紹#

生成包含一個重複值的序列。

public static System.Collections.Generic.IEnumerable<TResult> Repeat<TResult> (TResult element, int count);

其中:

  • element 要重複的值
  • count 重複該值的次數

用例#

重複生成 5 次數字 2:

Enumerable.Repeat(2, 5);

image

參考#

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。