C# Class Castle.Windsor.Tests.Facilities.TypedFactory.Selectors.SelectorById

Inheritance: Castle.Facilities.TypedFactory.DefaultTypedFactoryComponentSelector
Show file Open project: castleproject/Windsor

Protected Methods

Method Description
GetArguments ( MethodInfo method, object arguments ) : IDictionary
GetComponentName ( MethodInfo method, object arguments ) : string

Method Details

GetArguments() protected method

protected GetArguments ( MethodInfo method, object arguments ) : IDictionary
method System.Reflection.MethodInfo
arguments object
return IDictionary

GetComponentName() protected method

protected GetComponentName ( MethodInfo method, object arguments ) : string
method MethodInfo
arguments object
return string