Class ExtensionCollection
Read-only collection of extensions.
Implements
Inherited Members
Namespace: SdlSdl.CorePluginFramework
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>)
Constructor for ExtenstionCollection that it's accepting a list of extensions
Declaration
public ExtensionCollection(IList<IExtension> list)
Parameters
Type | Name | Description |
---|---|---|
IListIExtension | list |
Properties
this[string]
Gets the IExtension with the specified extension id.
Declaration
public IExtension this[string extensionId] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | extensionId |
Property Value
Type | Description |
---|---|
IExtension |