Share via


InjectionMethodElement.Parameters Property

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 collection of InjectionParameterValueElement elements that are children of this node.

Namespace:  Microsoft.Practices.Unity.Configuration
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("", IsDefaultCollection := True)> _
<ConfigurationCollectionAttribute(GetType(MethodParameterElementCollection), AddItemName := "param")> _
Public ReadOnly Property Parameters As MethodParameterElementCollection
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
[ConfigurationCollectionAttribute(typeof(MethodParameterElementCollection), AddItemName = "param")]
public MethodParameterElementCollection Parameters { get; }
[ConfigurationPropertyAttribute(L"", IsDefaultCollection = true)]
[ConfigurationCollectionAttribute(typeof(MethodParameterElementCollection), AddItemName = L"param")]
public:
property MethodParameterElementCollection^ Parameters {
    MethodParameterElementCollection^ get ();
}
public function get Parameters () : MethodParameterElementCollection

See Also

InjectionMethodElement Class

Microsoft.Practices.Unity.Configuration Namespace