Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="2.8.8" />

 MemberInformation

public class MemberInformation
Represents information about a member.
public MemberInfo MemberInfo { get; set; }

Stores the reflected member information.

public TypeInformation TypeInformation { get; set; }

Stores the type information about the member.

public bool CanInject(ContainerConfiguration configuration, RegistrationContext contextData)

Determines that the member is injectable in the current context.

Creates a clone of this instance.