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
IndexImmutableArray<long>ValueImmutableArray<long>
Properties
Index
public ImmutableArray<long> Index { get; init; }
Property Value
Value
public ImmutableArray<long> Value { get; init; }