バージョン

Take メソッド

Take 式
シンタックス
'宣言
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Take( _
   ByVal q As System.Linq.IQueryable, _
   ByVal count As System.Integer _
) As System.Linq.IQueryable
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static System.Linq.IQueryable Take( 
   System.Linq.IQueryable q,
   System.int count
)

パラメータ

q
count
参照

オンラインで表示: GitHub