Class AndWebLocator
public sealed record AndWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<AndWebLocator>
- Inheritance
-
AndWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
AndWebLocator(WebLocator, WebLocator)
public AndWebLocator(WebLocator Left, WebLocator Right)
Parameters
LeftWebLocatorRightWebLocator
Properties
Left
public WebLocator Left { get; init; }
Property Value
Right
public WebLocator Right { get; init; }
Property Value
Methods
Describe()
public override string Describe()