以下の例では、IList(Of T).Max関数をどのように使用しますか? Dim myList as IList(Of Integer)
For x = 1 to 10
myList.add(x)
Next
'Error: 'Max' is not a member of 'System.Collections.Generic.IList(Of Integer)'
MsgB
public static IList<string> GetAttribute_1(ModelContainer context, long productcatid)
{
var query = from product in context.Products
where product.ProductCategory_Id == productcatid
私はIListをc#で持っています。私はITextを通してPDFにしたいと思います。これを行う方法はありますか?私はしばらくの間それを探してきました。 s = BLLstudent.selectStudentById(Convert.ToInt16(Request.QueryString["s"]));
var data = BLLevk.selectEvkDetailsVanStudent(s
私はこのコードを持っている: IList<string> stelle = stelleString.Split('-');
if (stelle.Contains("3"))
stelle.Add("8");
if (stelle.Contains("4"))
stelle.Add("6");
をしかしIListのは.Split()の後に固定サイズを持っているよう