Class ExtensionCollection
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<IExtension>
ExtensionCollection
Implements
System.Collections.Generic.IList<IExtension>
System.Collections.Generic.ICollection<IExtension>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<IExtension>
System.Collections.Generic.IReadOnlyCollection<IExtension>
System.Collections.Generic.IEnumerable<IExtension>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.Contains(Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.CopyTo(Sdl.Core.PluginFramework.IExtension[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.IndexOf(Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IExtension>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IExtension>.set_Item(System.Int32, Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IExtension>.Add(Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IExtension>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IExtension>.Insert(System.Int32, Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IExtension>.Remove(Sdl.Core.PluginFramework.IExtension)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IExtension>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.ICollection<Sdl.Core.PluginFramework.IExtension>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.Generic.IList<Sdl.Core.PluginFramework.IExtension>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Sdl.Core.PluginFramework.IExtension>.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 ExtensionCollection : ReadOnlyCollection<IExtension>, IList<IExtension>, ICollection<IExtension>, IList, ICollection, IReadOnlyList<IExtension>, IReadOnlyCollection<IExtension>, IEnumerable<IExtension>, IEnumerable
Constructors
ExtensionCollection(IList<IExtension>)
Declaration
public ExtensionCollection(IList<IExtension> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IExtension> | list |
Properties
Item[String]
Declaration
public IExtension this[string extensionId] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | extensionId |
Property Value
Type | Description |
---|---|
IExtension |
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