SelectedMemberWithParameters<TMemberInfoType> Class

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.

Base class for return values from selector policies that return a memberinfo of some sort plus a list of parameter keys to look up the parameter resolvers.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Public Class SelectedMemberWithParameters(Of TMemberInfoType) _
    Inherits SelectedMemberWithParameters
public class SelectedMemberWithParameters<TMemberInfoType> : SelectedMemberWithParameters
generic<typename TMemberInfoType>
public ref class SelectedMemberWithParameters : public SelectedMemberWithParameters
JScript does not support generic types or methods.

Type Parameters

  • TMemberInfoType

Inheritance Hierarchy

System.Object
  Microsoft.Practices.ObjectBuilder2.SelectedMemberWithParameters
    Microsoft.Practices.ObjectBuilder2.SelectedMemberWithParameters<TMemberInfoType>
      Microsoft.Practices.ObjectBuilder2.SelectedConstructor
      Microsoft.Practices.ObjectBuilder2.SelectedMethod

See Also

SelectedMemberWithParameters<TMemberInfoType> Members

Microsoft.Practices.ObjectBuilder2 Namespace