Terminology

  1. ?[] null-conditional operator

  2. => lambda operator

  3. Add method of class SortedDictionary<K,V>

  4. AddFirst method of class LinkedList<T>

  5. AddLast method of class LinkedList<T>

  6. Aggregate IEnumerable<T> extension method anonymous method

  7. AsParallel IEnumerable<T> extension method

  8. Average IEnumerable<T> extension method

  9. Average ParallelQuery<T> extension method

  10. BinarySearch method of class Array

  11. Clear method of class Array

  12. collection

  13. collection class

  14. collision in a hash table

  15. ContainsKey method of class SortedDictionary<K,V>

  16. contravariance

  17. Copy method of class Array

  18. Count property of class SortedDictionary<K,V>

  19. covariance

  20. CreateInstance method of class Array

  21. Current property of interface IEnumerator<T>

  22. dictionary

  23. Dictionary<K,V> collection

  24. Enumerable class

  25. enumerator

  26. expression lambda

  27. Find method of class LinkedList<T>

  28. external iteration

  29. filter operation in functional programming

  30. Func delegate

  31. functional programming

  32. GetEnumerator method of interface IEnumerable<T>

  33. GetHashCode method of class object

  34. hash function

  35. hash table

  36. hashing

  37. IComparer<T> interface

  38. IEnumerable<T> interface

  39. IEnumerator<T> interface

  40. immutability

  41. index initializer

  42. indexer of class SortedDictionary<K,V>

  43. IndexOf method of class Array

  44. internal iteration

  45. Keys property of class SortedDictionary<K,V>

  46. KeyValuePair<K,V> type

  47. lambda

  48. lambda expression

  49. Last property of class LinkedList<T>

  50. LastIndexOf method of class Array

  51. LinkedList<T> collection

  52. LinkedListNode<T> class

  53. load factor in a hash table

  54. map operation in functional programming

  55. Max IEnumerable<T> extension method

  56. Max ParallelQuery<T> extension method

  57. Min IEnumerable<T> extension method

  58. Min ParallelQuery<T> extension method

  59. MoveNext method of interface IEnumerator<T>

  60. Next property of a LinkedListNode<T>

  61. Now property of type DateTime

  62. OrderBy IEnumerable<T> extension method

  63. ParallelEnumerable class

  64. ParallelQuery<T> interface

  65. PLINQ (Parallel LINQ)

  66. Previous property of a LinkedListNode<T>

  67. Queue<T> collection

  68. Range method of class Enumerable

  69. reduce operation in functional programming

  70. Remove method of class LinkedList<T>

  71. Reset method of interface IEnumerator<T>

  72. Reverse method of class Array

  73. Select IEnumerable<T> extension method

  74. Sort method of class Array

  75. SortedDictionary<K,V> collection

  76. SortedList<K,V> collection

  77. SortedSet<T> collection

  78. Stack<T> collection

  79. statement lambda

  80. Subtract method of type DateTime

  81. Sum IEnumerable<T> extension method

  82. System.Collections namespace

  83. System.Collections.Concurrent namespace

  84. System.Collections.Generic namespace

  85. System.Collections.Specialized namespace

  86. TimeSpan type

  87. ToArray method of class Enumerable

  88. ToList method of class Enumerable

  89. TotalMilliseconds property of type TimeSpan

  90. using static directive

  91. Value property of a LinkedListNode<T>

  92. Values property of class SortedDictionary<K,V>

  93. Where IEnumerable<T> extension method

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset