DevForce Help Reference
BitList Class Methods


For a list of all members of this type, see BitList members.

Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.Generic.List<bool>)
Public MethodAddRange (Inherited from System.Collections.Generic.List<bool>)
Public MethodAsReadOnly (Inherited from System.Collections.Generic.List<bool>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodClear (Inherited from System.Collections.Generic.List<bool>)
Public MethodContains (Inherited from System.Collections.Generic.List<bool>)
Public MethodConvertAll (Inherited from System.Collections.Generic.List<bool>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodEquals (Inherited from object)
Public MethodExists (Inherited from System.Collections.Generic.List<bool>)
Public MethodFind (Inherited from System.Collections.Generic.List<bool>)
Public MethodFindAll (Inherited from System.Collections.Generic.List<bool>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodFindLast (Inherited from System.Collections.Generic.List<bool>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodForEach (Inherited from System.Collections.Generic.List<bool>)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.List<bool>)
Public MethodGetHashCode (Inherited from object)
Public MethodGetRange (Inherited from System.Collections.Generic.List<bool>)
Public MethodGetType (Inherited from object)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodInsert (Inherited from System.Collections.Generic.List<bool>)
Public MethodInsertRange (Inherited from System.Collections.Generic.List<bool>)
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodRemove (Inherited from System.Collections.Generic.List<bool>)
Public MethodRemoveAll (Inherited from System.Collections.Generic.List<bool>)
Public MethodRemoveAt (Inherited from System.Collections.Generic.List<bool>)
Public MethodRemoveRange (Inherited from System.Collections.Generic.List<bool>)
Public MethodReverseOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodSortOverloaded.  (Inherited from System.Collections.Generic.List<bool>)
Public MethodToArray (Inherited from System.Collections.Generic.List<bool>)
Public MethodToBytes Convert to a byte array.  
Public MethodToString (Inherited from object)
Public MethodTrimExcess (Inherited from System.Collections.Generic.List<bool>)
Public MethodTrueForAll (Inherited from System.Collections.Generic.List<bool>)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
Extension Methods
 NameDescription
Public Extension MethodAll<T> Returns true if all items in a cached collection satisfy the given predicate.
Public Extension MethodAllEqualOverloaded.  Returns true if all items in a cached collection are equal.
Public Extension MethodAny<T> Returns true if any of the items in the indexed collection in cache satisfy the given predicate.
Public Extension MethodConcat<T> Concatenates two sequences.
Public Extension MethodDistinct<TSource,TResult> Returns distinct elements from a sequence by using a specified selector function to project objects to compare.
Public Extension MethodExcept<TSource,TResult> Produces the set difference of two sequences by using a specified selector function to compare values.
Public Extension MethodForEachOverloaded.  Enumerate a cached collection performing the specified action on each item.
Public Extension MethodGetAggregateHashCode Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.
Public Extension MethodIndexOf<T> Returns the index of the first item in the sequence matching a condition, or -1 if no match found.
Public Extension MethodIntersect<TSource,TResult> Produces the set intersection of two sequences by using a specified selector function to project objects to compare.
Public Extension MethodRepeat<T> Repeat the items enumerable count times.
Public Extension MethodToAggregateString Concatenates the string version of each element in a collection using the delimiter provided.
Public Extension MethodToHashSet<T>Returns a HashSet of the specified collection.
Public Extension MethodUnion<TSource,TResult> Produces the set union of two sequences by using a specified selector function to project objects to compare.
Top
See Also

Reference

BitList Class
IdeaBlade.Core Namespace

Send Feedback