Class PluginCollection
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<IPlugin>
PluginCollection
Implements
System.Collections.Generic.IList<IPlugin>
System.Collections.Generic.ICollection<IPlugin>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<IPlugin>
System.Collections.Generic.IReadOnlyCollection<IPlugin>
System.Collections.Generic.IEnumerable<IPlugin>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.Contains(Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.CopyTo(Sdl.Core.PluginFramework.IPlugin[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.IndexOf(Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IPlugin>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IPlugin>.set_Item(System.Int32, Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IPlugin>.Add(Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IPlugin>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IPlugin>.Insert(System.Int32, Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IPlugin>.Remove(Sdl.Core.PluginFramework.IPlugin)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IPlugin>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IPlugin>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IPlugin>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IPlugin>.System.Collections.IList.Item[System.Int32]
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: 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
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable