Search notes:

System.Collections.Specialized.OrderedDictionary (class)

PowerShell

In PowerShell, an object whose type is S.C.S.OrderedDictionary can be created like so:
PS: C:\> $oht = [ordered] @{
  key_1 = 'foo'
  key_2 = 'bar'
  key_3 = 'baz'
}

PS: C:\> $oht.GetType().FullName
System.Collections.Specialized.OrderedDictionary
See also Hash tables in PowerShell

See also

System.Collections.Hashtable

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...', 1758816841, '216.73.216.41', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Collections/Specialized/OrderedDictionary(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78