Extensions Members

The Extensions type exposes the following members.

Methods


  Name Description
Public method Static member AddAndReturn<(Of <<'(TKey, TValue>)>>)
Public method Static member AddOrSet<(Of <<'(TKey, 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.
Public method Static member AsInstanceOf<(Of <<'(T>)>>)
Public method Static member Drop<(Of <<'(T>)>>)
Scala alias for Skip
Public method Static member GetOrElse<(Of <<'(T>)>>)(T, T)
Public method Static member GetOrElse<(Of <<'(TKey, TValue>)>>)(IDictionary<(Of <<'(TKey, TValue>)>>), TKey, TValue)
Public method Static member Head<(Of <<'(T>)>>)
Scala alias for FirstOrDefault
Public method Static member Join