CompositeResolverOverride 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 CompositeResolverOverride type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompositeResolverOverride |
Initializes a new instance of the CompositeResolverOverride class
|
Methods
Name | Description | |
---|---|---|
Add | ||
AddRange | ||
Equals | (Inherited from Object.) | |
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.) |
|
GetEnumerator | ||
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetResolver | (Overrides ResolverOverride.GetResolver(IBuilderContext, Type).) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
OnType(Type) | (Inherited from ResolverOverride.) | |
OnType<T>() | (Inherited from ResolverOverride.) | |
ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
ForEach<ResolverOverride>(Action<ResolverOverride>) | Overloaded.
Execute action for each element of sequence.
(Defined by EnumerableExtensions.) |
|
ForEach<ResolverOverride>(Action<ResolverOverride>) | Overloaded. (Defined by EnumerableExtensions.) | |
JoinStrings<ResolverOverride>(String) | Overloaded. (Defined by EnumerableExtensions.) | |
JoinStrings<ResolverOverride>(String, Func<ResolverOverride, String>) | Overloaded. (Defined by EnumerableExtensions.) | |
ToDictionary<ResolverOverride, 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.) |
|
Zip<ResolverOverride, T2>(IEnumerable<T2>) | Overloaded.
Take two sequences and return a new sequence of KeyValuePair<TKey, TValue> objects.
(Defined by EnumerableExtensions.) |
|
Zip<ResolverOverride, T2, TResult>(IEnumerable<T2>, Func<ResolverOverride, 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.) |