![]() | Overloaded. Initialize a new instance of the LinkedList class. |
![]() | Gets the number of elements contained in the LinkedList. |
![]() |
Gets a boolean value idicating whether the collection is
empty or not.
|
![]() |
Gets a boolean value indicating whether the collection has a
fixed size.
|
![]() |
Gets a boolean value indicating whether the collection is
read-only.
|
![]() |
Gets a boolean value indicating whether access to the
collection is synchronized (thread-safe).
|
![]() | Gets or sets the Object at the specified index. In C#, this property is the indexer for the LinkedList class. |
![]() | Gets an Object that can be used to synchronize access to the collection. |
![]() | Overloaded. Adds an Object to the end of the LinkedList. |
![]() | Removes all elements from the LinkedList. |
![]() | Overloaded. Creates a shallow copy of the LinkedList. |
![]() | Overloaded. Determines whether the specified Object is in the LinkedList. |
![]() | Copies the entire LinkedList to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | Overloaded. Returns an IEnumerator that can iterate through the LinkedList that starts at the specified position. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | Searches for the specified Object and returns the zero-based index of the first occurrence within the LinkedList. |
![]() | Overloaded. Inserts all the elements of an ICollection starting at a index in the LinkedList. |
![]() | Determines the index of the last occurrence of the specific Object in the LinkedList. |
![]() | Overloaded. Removes the first occurrence of each element of the specified ICollection from the LinkedList. |
![]() | Removes the elements at the specified position of the LinkedList. |
![]() | Retains the first occurrence of each element of the specified ICollection in the LinkedList. |
![]() | Provides a view of the LinkedList with the specified number of the elements starting at the position specified. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | Determins if the specified value is contained in the specified collection. |
![]() | Select the method name to go to the Microsoft documentation. |
![]() | This method provided for backwards compatiblity with IList. |
![]() | This method provided for backwards compatiblity with IList. |
![]() | This method provided for backwards compatiblity with IList. |