Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in ienumerable
Item from IEnumerable changed inside foreach, but change not saved to collection
Dec 10, 2022
c#
ienumerable
Ordering of List<T> and other IEnumerables
Dec 09, 2022
c#
ienumerable
What is the difference between ((IEnumerable)source).OfType<T>() and source as IEnumerable<T>
Dec 09, 2022
c#
linq
casting
ienumerable
boxing
What does the source code for IEnumerable look like?
Dec 07, 2022
c#
interface
ienumerable
Extension method to convert Flags to IEnumerable<Enum> and conversely (C#)
Dec 07, 2022
c#
enums
extension-methods
ienumerable
Enumerable giving unexpected output
Dec 06, 2022
c#
ienumerable
enumerable
How can I create a typed IEnumerable in C#?
Dec 05, 2022
c#
.net
interface
iterator
ienumerable
FirstOrDefault on IEnumerable with non-nullable contents
Dec 05, 2022
c#
ienumerable
Converting an array of type T to an array of type I where T implements I in C#
Dec 03, 2022
c#
arrays
list
ienumerable
IEnumerable interface
Dec 03, 2022
c#
inheritance
ienumerable
Implement IEnumerable on property
Dec 03, 2022
c#
ienumerable
Custom Random Enumerable?
Dec 03, 2022
c#
random
ienumerable
Why does this generic cast fail?
Dec 01, 2022
.net
generics
casting
ienumerable
Removing a single item from an enumerable source when the items are equal
Dec 01, 2022
c#
linq
ienumerable
Why do we need IEnumerator and IEnumerable?
Nov 30, 2022
c#
.net
ienumerable
ienumerator
C# Convert IEnumerable to IList using .ToList()?
Dec 01, 2022
c#
.net
ienumerable
ilist
Cast object to IEnumerable
Dec 01, 2022
c#
casting
ienumerable
Can't add/remove items from a collection while foreach is iterating over it
Nov 30, 2022
c#
ienumerable
Using LINQ, how do I choose items at particular indexes?
Nov 30, 2022
c#
linq
ienumerable
How take each two items from IEnumerable as a pair?
Nov 30, 2022
c#
list
tuples
ienumerable
« Newer Entries
Older Entries »