CSharp System.Collections ICollection

CSharp examples for System.Collections:ICollection

Description

Click the following links for the tutorial for System.Collections and ICollection.

  1. Get first item in a collection
  2. Is In Collection
  3. Remove Where in ICollection
  4. Removes all the items in the collection that satisfy the condition defined by .
  5. Add Distinct to ICollection
  6. Join ICollection As String
  7. Add Range of element to ICollection
  8. Is ICollection Null Or Empty


  9. Map value in ICollection
  10. Adds a new item to ICollection with the default constructor
  11. Add Range of value to ICollection
  12. Remove from ICollection by condition
  13. Add Unique value to ICollection
  14. Replace items in ICollection
  15. Add Range Safely to ICollection
  16. Convert an ICollection to an array, removing null values. Fast path for case where there are no null values.


  17. ICollection To Array
  18. add non exist element to ICollection
  19. Get max value from ICollection
  20. remove All element from one ICollection from another ICollection
  21. Shuffle ICollection
  22. Transform ICollection to List
  23. Is ICollection Empty
  24. Sub List ICollection
  25. Dump ICollection to String
  26. Executes a function on each ICollection item in a but does not accumulate the result.
  27. Get random item from an ICollection
  28. Implode ICollection to String
  29. Copies a generic ICollection to an array.
  30. Executes a function on each item in ICollection and collects all the entries for which the result of the function is equal to true.
  31. Remove all from ICollection
  32. whether the intersection of two ICollection is not empty.
  33. Removes all elements in the enumeration from the ICollection.
  34. Determines whether the ICollection contains all the elements in the specified collection.
  35. Removes all the elements from the target ICollection that are contained in the source collection.
  36. Copies the elements of the ICollection to a new array of the specified element type.
  37. Determines whether the ICollection contains the specified Object.
  38. Converts an instance ICollection to an instance ArrayList.
  39. Add to ICollection If Not Present
  40. Determines whether the collection contains all the elements in the specified ICollection.
  41. First Or Default from ICollectionView
  42. Joins the element in the collection using fn to convert each element to string