GrapeCity ActiveReports for .NET 12.0J
Repeat<T> メソッド

結果のシーケンス内の繰り返す値の型。
繰り返される値です。
発生されたシーケンスで値を繰り返す回数。
1つの繰り返し値を含むシーケンスを生成します。
構文
'宣言
 
Public Shared Function Repeat(Of T)( _
   ByVal item As T, _
   ByVal times As Integer _
) As IEnumerable(Of T)
public static IEnumerable<T> Repeat<T>( 
   T item,
   int times
)

パラメータ

item
繰り返される値です。
times
発生されたシーケンスで値を繰り返す回数。

型パラメータ

T
結果のシーケンス内の繰り返す値の型。

戻り値の型

繰り返される値を含むIEnumerable
参照

関連項目

EnumerableExtensions クラス
EnumerableExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.