Search notes:

Systems.Collections.IEnumerable (interface)

Systems.Collections.IEnumerable is the interface for all non-generic enumerable collections.
This interface is used by the C# foreach … in and the Visual Basic for each statement.
Systems.Collections.IEnumerable is also the basis for LINQ.

Interface

System.Collections.IEnumerable has one method only, GetEnumerator(), which returns a System.Collections.IEnumerator.

See also

Systems.Collections.Generic.IEnumerable<T> (which implements Systems.Collections.IEnumerable) is the interface for all generic enumerable collections.
The yield keyword in C#.
A type that implements IEnumerable and provides an Add(xy elem) method can be constructed with a collection initializer.
The default value of the registry key HKEY_CLASSES_ROOT\Interface\{496B0ABE-CDEE-11D3-88E8-00902754C43A} is IEnumerable.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1740463497, '18.219.152.33', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Collections/IEnumerable(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78