Platform Core .NET Assemblies API
CollectionUtilities Class Members
See Also  Methods  Send Feedback
Terrasoft.Common Namespace : CollectionUtilities Class

Glossary Item Box

The following tables list the members exposed by CollectionUtilities.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)AddIfNotExists<T>Adds an element to the specified source if it is not part of the source.  
Public Methodstatic (Shared in Visual Basic)AddRange<T>Adds a list of elements to the specified source.  
Public Methodstatic (Shared in Visual Basic)AddRangeIfNotExists<T>Adds collection elements to the specified source if they have not been added already.  
Public Methodstatic (Shared in Visual Basic)CompareZip<TFirst,TSecond>Compares two sequences item by item using specified predicate function.  
Public Methodstatic (Shared in Visual Basic)ContainsDetermines whether the instance of GUID belongs to the specified list System.Guid.  
Public Methodstatic (Shared in Visual Basic)Except<T>Gets enumerator of items of the source sequence that are not present in the secondSource sequence, using the comparer predicate to determine equality.  
Public Methodstatic (Shared in Visual Basic)FindOverloaded.   
Public Methodstatic (Shared in Visual Basic)ForEachOverloaded.   
Public Methodstatic (Shared in Visual Basic)ForEachAsync<T>Invokes asynchronous action for each item in collection.  
Public Methodstatic (Shared in Visual Basic)GetItemsStringOverloaded.   
Public Methodstatic (Shared in Visual Basic)IsEmptyDetermines whether the specified enumerator is empty.  
Public Methodstatic (Shared in Visual Basic)IsNotEmptyDetermines whether the specified enumerator is not empty.  
Public Methodstatic (Shared in Visual Basic)IsNullOrEmptyDetermines if the set enumerator is empty or null.  
Public Methodstatic (Shared in Visual Basic)ParallelForEachAsyncOverloaded.   
Public Methodstatic (Shared in Visual Basic)RemoveRange<T>Deletes a list of elements from the specified source.  
Public Methodstatic (Shared in Visual Basic)SplitOnChunks<T>  
Public Methodstatic (Shared in Visual Basic)SplitOnParts<T>Splits collection to the specified parts number.  
Public Methodstatic (Shared in Visual Basic)ToHashSet<TItem>Converts some ienumerable to hash set.  
Public Methodstatic (Shared in Visual Basic)TryGetItemByIndex<TItem>Tries to get an item of the collection by the given index.  
Top

See Also

© Terrasoft 2002-2018.