Table of Contents

Class RareIntegerData

Namespace
Selenium.WebDriver.BiDi.Cdp.DOMSnapshot
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record RareIntegerData : IEquatable<RareIntegerData>
Inheritance
RareIntegerData
Implements
Inherited Members

Constructors

RareIntegerData(ImmutableArray<long>, ImmutableArray<long>)

public RareIntegerData(ImmutableArray<long> Index, ImmutableArray<long> Value)

Parameters

Index ImmutableArray<long>
Value ImmutableArray<long>

Properties

Index

public ImmutableArray<long> Index { get; init; }

Property Value

ImmutableArray<long>

Value

public ImmutableArray<long> Value { get; init; }

Property Value

ImmutableArray<long>