Skip to content
Version 2.11.0
↓ Get the launcher

IPluginExchange.Consume<T> method

Get the registered provider of contract T, or null when no plugin provides it (e.g. the providing plugin is not installed) — callers fall back accordingly.

public T? Consume<T>()
where T : class
parameter description
T The shared contract interface.

The provider implementation, or null.