DevForce Help Reference
EnumerableFns Class Members
Methods 


The following tables list the members exposed by EnumerableFns.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)All<T> Returns true if all items in a cached collection satisfy the given predicate.  
Public Methodstatic (Shared in Visual Basic)AllEqualOverloaded.  Returns true if all items in a cached collection are equal.  
Public Methodstatic (Shared in Visual Basic)Any<T> Returns true if any of the items in the indexed collection in cache satisfy the given predicate.  
Public Methodstatic (Shared in Visual Basic)Concat<T> Concatenates two sequences.  
Public Methodstatic (Shared in Visual Basic)Distinct<TSource,TResult> Returns distinct elements from a sequence by using a specified selector function to project objects to compare.  
Public MethodEquals (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Except<TSource,TResult> Produces the set difference of two sequences by using a specified selector function to compare values.  
Public Methodstatic (Shared in Visual Basic)ForEachOverloaded.  Enumerate a cached collection performing the specified action on each item.  
Public Methodstatic (Shared in Visual Basic)GetAggregateHashCode Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)IndexOf<T> Returns the index of the first item in the sequence matching a condition, or -1 if no match found.  
Public Methodstatic (Shared in Visual Basic)Intersect<TSource,TResult> Produces the set intersection of two sequences by using a specified selector function to project objects to compare.  
Public Methodstatic (Shared in Visual Basic)Repeat<T> Repeat the items enumerable count times.  
Public Methodstatic (Shared in Visual Basic)ToAggregateString Concatenates the string version of each element in a collection using the delimiter provided.  
Public Methodstatic (Shared in Visual Basic)ToHashSet<T>Returns a HashSet of the specified collection.  
Public MethodToString (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Union<TSource,TResult> Produces the set union of two sequences by using a specified selector function to project objects to compare.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EnumerableFns Class
IdeaBlade.Core Namespace
System.Linq

Send Feedback