小编Edw*_*rds的帖子

IEnumerable:它在OOP的背景下是什么意思

请考虑以下代码:

public class Person
(
    public string FirstName {get; set;}
    public string LastName  {get; set;}
    Public int Age  {get; set;}
}

IEnumerable <Person> people;
Run Code Online (Sandbox Code Playgroud)

我在许多程序中也看到了类似的<IQueryable>含义?

这是什么意思IEnumerable<Person>

.net ienumerable

6
推荐指数
1
解决办法
3521
查看次数

标签 统计

.net ×1

ienumerable ×1