WebExtensionCollection.Item

WebExtensionCollection indexer

Gets web extension by the specific index.

public WebExtension this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The web extension.

See Also