[This is preliminary documentation and is subject to change.]
The IRegistry T type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ContainsName |
Returns true if when this registry contains the specified name
| |
Returns an enumerator that iterates through the collection. (Inherited from | ||
Returns an enumerator that iterates through a collection. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| AsLookAheadEnumerable T | (Defined by LookAheadExtensions.) | |
| Distinct T, TKey | (Defined by CollectionUtils.) | |
| FirstMax T, TComparand (Func T, TComparand ) | Overloaded. (Defined by CollectionUtils.) | |
| FirstMax T, TComparand (Func T, TComparand , TComparand ) | Overloaded. (Defined by CollectionUtils.) | |
| FirstMin T, TComparand (Func T, TComparand ) | Overloaded. (Defined by CollectionUtils.) | |
| FirstMin T, TComparand (Func T, TComparand , TComparand ) | Overloaded. (Defined by CollectionUtils.) | |
| FirstOrAnyOrDefault T |
Tries to find the first element that matches the predicate and returns it,
otherwise returns the first element found or default (i.e. null)
(Defined by CollectionUtils.) | |
| ForEach T (Action T ) | Overloaded.
Runs some method over each element of src sequence
(Defined by CollectionUtils.) | |
| ForEach T (Action T, Int32 ) | Overloaded.
Runs some method over each element of src sequence
(Defined by CollectionUtils.) | |
| SkipLast T | Overloaded.
Takes all elements except for last element from the given source
(Defined by CollectionUtils.) | |
| SkipLast T (Int32) | Overloaded.
Takes all but last N elements from the source
(Defined by CollectionUtils.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the count of items registered in this instance
| |
| IsCaseSensitive |
Returns true if the instance differentiates names by case
| |
| Item |
Returns item by name or default item (such as null) if the named instance could not be found
| |
| Names | ||
| Values |
See Also