Method GetConstructors
GetConstructors(INamedType)
Gets the constructors that are modified by PullDependency(IAspectBuilder<INamedType>, IPullStrategy).
Declaration
protected virtual IEnumerable<IConstructor> GetConstructors(INamedType type)
Parameters
Type | Name | Description |
---|---|---|
INamedType | type | The type in which the dependency is being injected. |
Returns
Type | Description |
---|---|
IEnumerable<IConstructor> |