Search Results for

    Show / Hide Table of Contents

    Class PluginPriorityComparer

    Comparator implementation according to plugin priorities.

    Inheritance
    System.Object
    PluginPriorityComparer
    Implements
    System.Collections.Generic.IComparer<IPlugin<IConfig>>
    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 Source

    Instance

    Public instance.

    Declaration
    public static readonly PluginPriorityComparer Instance
    Field Value
    Type Description
    PluginPriorityComparer

    Methods

    | Improve this Doc View Source

    Compare(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>

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX