Skip to content

Compono.CollectionPlanCache T .Instance

Compono

Compono.CollectionPlanCache<T>

CollectionPlanCache\<T>.Instance Property

The generated collection plan for T, or null if none has been registered - either because T was never discovered in the transitive composition graph reachable from a Composer.Create<T>() call site, or because the consuming assembly's module initializers haven't run yet.

public static Compono.ICompositionPlan<T>? Instance { get; set; }

Property Value

Compono.ICompositionPlan<T>