Search Results for

    Show / Hide Table of Contents

    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

    On this page

    • Constructors
      • ExtensionCollection(IList<IExtension>)
    • Properties
      • Item[String]
    Back to top Generated by DocFX