OverrideCollection<TOverride, TKey, TValue> Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

The OverrideCollection<TOverride, TKey, TValue> type exposes the following members.

Constructors

  Name Description
Protected method OverrideCollection<TOverride, TKey, TValue>
Initializes a new instance of the OverrideCollection<TOverride, TKey, TValue> class

Methods

  Name Description
Public method Add
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetResolver (Overrides ResolverOverride.GetResolver(IBuilderContext, Type).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MakeOverride
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnType(Type) (Inherited from ResolverOverride.)
Public method OnType<T>() (Inherited from ResolverOverride.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  Name Description
Public Extension Method ForEach<TOverride>(Action<TOverride>) Overloaded.
Execute action for each element of sequence.
(Defined by EnumerableExtensions.)
Public Extension Method ForEach<TOverride>(Action<TOverride>) Overloaded. (Defined by EnumerableExtensions.)
Public Extension Method JoinStrings<TOverride>(String) Overloaded. (Defined by EnumerableExtensions.)
Public Extension Method JoinStrings<TOverride>(String, Func<TOverride, String>) Overloaded. (Defined by EnumerableExtensions.)
Public Extension Method ToDictionary<TOverride, TValue>
Take two sequences and return a IDictionary<TKey, TValue> with the first sequence holding the keys and the corresponding elements of the second sequence containing the values.
(Defined by EnumerableExtensions.)
Public Extension Method Zip<TOverride, T2>(IEnumerable<T2>) Overloaded.
Take two sequences and return a new sequence of KeyValuePair<TKey, TValue> objects.
(Defined by EnumerableExtensions.)
Public Extension Method Zip<TOverride, T2, TResult>(IEnumerable<T2>, Func<TOverride, T2, TResult>) Overloaded.
Given a sequence, combine it with another sequence, passing the corresponding elements of each sequence to the zipper action to create a new single value from the two sequence elements. "Zip" here refers to a zipper, not the compression algorithm. The resulting sequence will have the same number of elements as the shorter of sequence1 and sequence2.
(Defined by EnumerableExtensions.)

See Also

OverrideCollection<TOverride, TKey, TValue> Class

Microsoft.Practices.Unity Namespace