Untitled

 avatar
unknown
csharp
3 years ago
123 B
3
Indexable
return
        items.Where(item => item.isCorrect).ToList().Count 
    ==  items.Where(item => item.active).ToList().Count;
Editor is loading...