Show / Hide Table of Contents

Class SelectorSettings

Settings for the current selector. Use this only for debugging.

Inheritance
System.Object
SelectorSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public class SelectorSettings

Properties

CallIfFound

Declaration
public List<Browser.CallIfDelegate> CallIfFound { get; }
Property Value
Type Description
System.Collections.Generic.List<Browser.CallIfDelegate>

CallIfNotFound

Declaration
public List<Browser.CallIfDelegate> CallIfNotFound { get; }
Property Value
Type Description
System.Collections.Generic.List<Browser.CallIfDelegate>
In This Article
Back to top Generated by DocFX