FragmentSelectorProviderBase<'Selector> Type
Typed selector-provider contract for implementations of a selector language.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Relate
Parameters:
'Selector
candidate : 'Selector
Returns: FragmentRelation
Modifiers: abstract |
|
Full Usage:
this.SelectorFormat
Returns: string
Modifiers: abstract |
|
Full Usage:
this.ToSelectorString
Parameters:
'Selector
Returns: string
Modifiers: abstract |
|
Full Usage:
this.TryParse
Parameters:
string
Returns: 'Selector option
Modifiers: abstract |
|
ProcessCore