Interface IHasPlugin
Represents an interface for objects that have a plugin associated with them.
public interface IHasPlugin
- Extension Methods
Properties
Plugin
Gets or sets the plugin associated with this object.
IPlugin Plugin { get; set; }