Interface IHasPlugin<T>
Represents an interface for objects that have a plugin associated with them, with a specific plugin type.
public interface IHasPlugin<T> where T : IPlugin
Type Parameters
T
The type of the plugin, which must implement IPlugin.
- Extension Methods
Properties
Plugin
T Plugin { get; set; }
Property Value
- T