'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Take( _
ByVal As System.Linq.IQueryable, _
ByVal As System.Integer _
) As System.Linq.IQueryable
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static System.Linq.IQueryable Take(
System.Linq.IQueryable ,
System.int
)