ComponentReference<T> public class ComponentReference<T> : IReference<T> Documentation protected DependencyModel dependencyModel protected readonly string referencedComponentName protected readonly Type referencedComponentType protected virtual Type ComponentType { get; } public ComponentReference(Type componentType) public ComponentReference(string referencedComponentName) public T Resolve(IKernel kernel, CreationContext context)