C# Tutorial Collection
Basic
- Add an object to the end of the Collection in CSharp
- Check if an element is in the Collection in CSharp
- Copy the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array in CSharp
- Create empty Collection in CSharp
- Get or set the element at the specified index in CSharp
- Get the number of elements contained in the Collection in CSharp
- Insert an element into the Collection at the specified index in CSharp
- Remove all elements from the Collection in CSharp
- Remove the element at the specified index of the Collection in CSharp
- Remove the first occurrence of a specific object from the Collection in CSharp
- Search for the specified object and returns the zero-based index of the first occurrence within the entire Collection in CSharp