Implicit Relationship Types
VContainer supports automatically resolving particular types implicitly to support special relationships.
IEnumerable<T>
/ IReadonlyLIst<T>
#
Duplicate registered interfaces can be resolved together with IEnumerable<T>
or IReadOnlyList<T>
.
OR
note
This is mainly used by internal functions such as the ITickable
marker, etc.