Search Results for

    Show / Hide Table of Contents

    Class ExtensionCollection

    Read-only collection of extensions.

    Inheritance
    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
    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
    String extensionId
    Property Value
    Type Description
    IExtension
    In this article
    Back to top Generated by DocFX