SelectorParser Class

Summary

Parses a Selector from text.
Namespace
Avalonia.Markup.Parsers
Base Types
  • object
graph BT Type-->Base0["object"] Type["SelectorParser"] class Type type-node

Syntax

public class SelectorParser

Constructors

Name Summary
SelectorParser(Func<string, string, Type>) Initializes a new instance of the SelectorParser class.

Methods

Name Value Summary
Parse(string) Selector?
Parses a Selector from a string.