WebExtensionBindingCollection.Item

WebExtensionBindingCollection indexer

Gets web extension binding relationship by the specific index.

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

Return Value

The web extension binding relationship

See Also