Search Results for

    Show / Hide Table of Contents

    Class PluginCollection

    Read-only collection of plug-ins (IPlugin).

    Inheritance
    object
    ReadOnlyCollection<IPlugin>
    PluginCollection
    Implements
    IList<IPlugin>
    ICollection<IPlugin>
    IList
    ICollection
    IReadOnlyList<IPlugin>
    IReadOnlyCollection<IPlugin>
    IEnumerable<IPlugin>
    IEnumerable
    Inherited Members
    ReadOnlyCollection<IPlugin>.Contains(IPlugin)
    ReadOnlyCollection<IPlugin>.CopyTo(IPlugin[], int)
    ReadOnlyCollection<IPlugin>.GetEnumerator()
    ReadOnlyCollection<IPlugin>.IndexOf(IPlugin)
    ReadOnlyCollection<IPlugin>.Count
    ReadOnlyCollection<IPlugin>.this[int]
    ReadOnlyCollection<IPlugin>.Items
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class PluginCollection : ReadOnlyCollection<IPlugin>, IList<IPlugin>, ICollection<IPlugin>, IList, ICollection, IReadOnlyList<IPlugin>, IReadOnlyCollection<IPlugin>, IEnumerable<IPlugin>, IEnumerable

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In this article
    • Implements
    Back to top Generated by DocFX