Mono.Parallel
4.0.0.0
System.Object
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
To be added.
To be added.
To be added.
Constructor
4.0.0.0
Initialize a new instance of ConcurrentSkipList that is empty and use a default equality comparer.
To be added.
Constructor
4.0.0.0
Comparer used to determine elements hash and equality.
Initialize a new instance of ConcurrentOrderedList that is empty and use a provided equality comparer.
To be added.
Method
4.0.0.0
System.Void
Remove all elements in the collection.
To be added.
Method
4.0.0.0
System.Boolean
To be added.
Test if an element is in the collection
if the element supplied was found, otherwise
To be added.
Method
4.0.0.0
System.Boolean
Hash value to check.
Checks if the supplied hash corresponds to an element in the ConcurrentOrderedList.
if an item corresponding to the given hash is found, otherwise.
To be added.
Method
4.0.0.0
System.Void
To be added.
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Int32
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Void
To be added.
To be added.
To be added.
Property
4.0.0.0
System.Boolean
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Collections.Generic.IEnumerator<T>
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Collections.IEnumerator
To be added.
To be added.
To be added.
Method
4.0.0.0
T[]
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Method
4.0.0.0
System.Boolean
Hash value to check.
Will be set to the element corresponding to the provided hash if it was found.
Check if an element with the provided hash exists in the list and provide it.
if an element with the provided hash was found and if value point to it, otherwise.
To be added.