Class ExtensionCollection
Read-only collection of extensions.
Inheritance
System.Object
ExtensionCollection
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public class ExtensionCollection : ReadOnlyCollection<IExtension>
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 |
---|---|---|
System.Collections.Generic.IList<IExtension> | list |
Properties
Item[String]
Gets the IExtension with the specified extension id.
Declaration
public IExtension this[string extensionId] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | extensionId |
Property Value
Type | Description |
---|---|
IExtension |