[Missing <summary> documentation for "T:Breeze.Sharp.Core.MapCollection`2"]
Inheritance Hierarchy
              Breeze.Sharp.CoreMapCollectionT, U
Breeze.SharpValidationErrorCollection
Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public abstract class MapCollection<T, U> : ICollection<U>, IEnumerable<U>, IEnumerable
Type Parameters
- T
 - U
 
The MapCollectionT, U type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MapCollectionT, U | Initializes a new instance of the MapCollectionT, U class  | |
| MapCollectionT, U(IEnumerableU) | Initializes a new instance of the MapCollectionT, U class  | 
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetKeyForItem | ||
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | ||
| RemoveKey | ||
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
Extension Methods
| Name | Description | |
|---|---|---|
| AllEqualU | Overloaded.   
            Returns true if all items in a cached collection are equal.
              (Defined by EnumerableFns.) | |
| AllEqualU, U(FuncU, U) | Overloaded.   
            Returns true if all items in a cached collection have the same projected value.
              (Defined by EnumerableFns.) | |
| DistinctU, TResult | 
             Returns distinct elements from a sequence by using a specified selector function to project objects to compare.
              (Defined by EnumerableFns.) | |
| ExceptU, TResult | 
            Produces the set difference of two sequences by using a specified selector function to compare values.
              (Defined by EnumerableFns.) | |
| ForEachU(ActionU) | Overloaded.   
            Enumerate a cached collection performing the specified action on each item.
              (Defined by EnumerableFns.) | |
| ForEachU(ActionU, Int32) | Overloaded.   
            Enumerate an indexed collection in cache performing the specified action on each item.
              (Defined by EnumerableFns.) | |
| GetAggregateHashCode | 
            Returns a hashcode for a collection that 
            uses a similar algorithm to that used by the .NET Tuple class.
            Order matters.
              (Defined by EnumerableFns.) | |
| IndexOfU | 
            Returns the index of the first item in the sequence matching a condition, or -1 if no match found.
              (Defined by EnumerableFns.) | |
| IntersectU, TResult | 
            Produces the set intersection of two sequences by using a specified selector function to project objects to compare.
              (Defined by EnumerableFns.) | |
| ToAggregateString | 
            Concatenates the string version of each element in a collection using the delimiter provided.
              (Defined by EnumerableFns.) | |
| ToHashSetU | 
            Returns a HashSetT of the specified collection.
              (Defined by EnumerableFns.) | |
| UnionU, TResult | 
            Produces the set union of two sequences by using a specified selector function to project objects to compare.
              (Defined by EnumerableFns.) | 
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item | ||
| ReadOnlyValues | 
See Also