Class NthWebLocator
public sealed record NthWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<NthWebLocator>
- Inheritance
-
NthWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
NthWebLocator(WebLocator, int)
public NthWebLocator(WebLocator Source, int Index)
Parameters
SourceWebLocatorIndexint
Properties
Index
public int Index { get; init; }
Property Value
Source
public WebLocator Source { get; init; }
Property Value
Methods
Describe()
public override string Describe()