WebExtensionReferenceCollection.Item

WebExtensionReferenceCollection indexer

Gets web extension by the specific index.

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

Return Value

The web extension

See Also