Skip to content

Compono.CompositionProviderRequest.DeclaringType

Compono

Compono.CompositionProviderRequest

CompositionProviderRequest.DeclaringType Property

The type whose constructor/required member declares this request, or null for a request with no member identity (a collection element, a manual resolve, or the composition root itself) - the same field/same semantics DeclaringType already carries, per docs/adr/0020-composition-configuration-rules.md.

public System.Type? DeclaringType { get; }

Property Value

System.Type