Class PluginPriorityComparer
Comparator implementation according to plugin priorities.
Inheritance
System.Object
PluginPriorityComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader.Features
Assembly: Exiled.Loader.dll
Syntax
public sealed class PluginPriorityComparer : IComparer<IPlugin<IConfig>>
Fields
| Improve this Doc View SourceInstance
Public instance.
Declaration
public static readonly PluginPriorityComparer Instance
Field Value
Type | Description |
---|---|
PluginPriorityComparer |
Methods
| Improve this Doc View SourceCompare(IPlugin<IConfig>, IPlugin<IConfig>)
Declaration
public int Compare(IPlugin<IConfig> x, IPlugin<IConfig> y)
Parameters
Type | Name | Description |
---|---|---|
IPlugin<IConfig> | x | |
IPlugin<IConfig> | y |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.Generic.IComparer<T>