| Extensions Methods |
The Extensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAndReturnTKey, TValue |
TBD
| |
| AddOrSetTKey, TValue |
Dictionary helper that allows for idempotent updates. You don't need to care whether or not
this item is already in the collection in order to update it.
| |
| AsInstanceOfT |
TBD
| |
| BetweenDoubleQuotes |
TBD
| |
| ConcatT |
TBD
| |
| DropT |
Scala alias for Skip
| |
| ForEachT |
Applies a delegate action to all elements of this enumerable.
| |
| GetOrElseT(T, T) |
TBD
| |
| GetOrElseTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) |
TBD
| |
| HeadT |
Scala alias for FirstOrDefault
| |
| Join |
TBD
| |
| Max |
TBD
| |
| Min |
TBD
| |
| SplitDottedPathHonouringQuotes |
Splits a 'dotted path' in its elements, honouring quotes (not splitting by dots between quotes)
| |
| TakeRightT |
Selects last n elements.
|