ResolvedArrayParameter<TElement> 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 Unity Application Block information can be found at the Unity Application Block site. |
The ResolvedArrayParameter<TElement> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResolvedArrayParameter<TElement> |
Construct a new ResolvedArrayParameter<TElement> that resolves to the given element generic type with the given element values.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetResolverPolicy |
Return a IDependencyResolverPolicy instance that will return this types value for the parameter.
(Inherited from ResolvedArrayParameter.) |
|
GetType | (Inherited from Object.) | |
MatchesType |
Test to see if this parameter value has a matching type for the given type.
(Inherited from TypedInjectionValue.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ParameterType |
The type of parameter this object represents.
(Inherited from TypedInjectionValue.) |
|
ParameterTypeName |
Name for the type represented by this InjectionParameterValue. This may be an actual type name or a generic argument name.
(Inherited from TypedInjectionValue.) |