SynchronizedLinkedList<T>
Wisej.Core.SynchronizedLinkedList<T>
public class SynchronizedLinkedList<T> : ICollection<T>, IEnumerable<T>, IEnumerable, ICollectionPublic Class SynchronizedLinkedList(Of T)
Inherits ICollection(Of T)
Implements IEnumerable(Of T), IEnumerable, ICollectionParameters
Name
Description
Constructors
SynchronizedLinkedList(collection, syncLock)
Name
Type
Description
Properties
Count
SyncRoot
Methods
Add(item)
Parameter
Type
Description
AddAfter(item, newItem)
Parameter
Type
Description
AddBefore(item, newItem)
Parameter
Type
Description
AddFirst(item)
Parameter
Type
Description
Clear()
Contains(item)
Parameter
Type
Description
CopyTo(array, index)
Parameter
Type
Description
Find(match)
Parameter
Type
Description
FindAll(match)
Parameter
Type
Description
ForEach(action)
Parameter
Type
Description
GetEnumerator()
Remove(item)
Parameter
Type
Description
RemoveAll(match)
Parameter
Type
Description
Last updated
Was this helpful?

