Skip to content

Compono.PlanCache T .Instance

Compono

Compono.PlanCache<T>

PlanCache\<T>.Instance Property

The generated plan for T, or null if none has been registered — either because T was never discovered at 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>