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