Click or drag to resize

AutoWeakIndexerTKey, TValue Methods

The AutoWeakIndexerTKey, TValue generic type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodCombineFlagsKeyValuePairTKey, TValue
Combines the flags into a single Enum.
(Defined by EnumExtensions.)
Public Extension MethodContainsAnyKeyValuePairTKey, TValue(KeyValuePairTKey, TValue)Overloaded.
Shortcut to test if any of the given items are contained in the specified object.
(Defined by CollectionExtensions.)
Public Extension MethodContainsAnyKeyValuePairTKey, TValue(IEqualityComparerKeyValuePairTKey, TValue, KeyValuePairTKey, TValue)Overloaded.
Shortcut to test if any of the given items are contained in the specified object.
(Defined by CollectionExtensions.)
Public Extension MethodFindIndexKeyValuePairTKey, TValue
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire IEnumerableT.
(Defined by CollectionExtensions.)
Public Extension MethodForEachKeyValuePairTKey, TValue(ActionKeyValuePairTKey, TValue)Overloaded.
Performs the specified action on each element of the collection.
(Defined by CollectionExtensions.)
Public Extension MethodForEachKeyValuePairTKey, TValue(ActionKeyValuePairTKey, TValue, Int32)Overloaded.
Performs the specified action on each element of the collection, providing also the index of the item.
(Defined by CollectionExtensions.)
Public Extension MethodIndexOfKeyValuePairTKey, TValue(KeyValuePairTKey, TValue)Overloaded.
Searches for the specified object and returns the zero-based index of the first occurrence within all items.
(Defined by CollectionExtensions.)
Public Extension MethodIndexOfKeyValuePairTKey, TValue(KeyValuePairTKey, TValue, IEqualityComparerKeyValuePairTKey, TValue)Overloaded.
Searches for the specified object and returns the zero-based index of the first occurrence within all items.
(Defined by CollectionExtensions.)
Public Extension MethodObservableCastTTarget
Returns an observable collection of objects of type TTarget that mirrors the source collection.
(Defined by ObservableExtensions.)
Public Extension MethodSafeCastT
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions.)
Top
See Also