InjectionTargetInfoMember Property

Simple Injector
Gets the member of the target. This is either the constructor of the parameter, or in case the target is a property, the property itself will be returned.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public MemberInfo Member { get; }

Property Value

Type: MemberInfo
A TargetType containing the type of the target.
See Also

Reference