Skip to main content

SelectorGrammar.NthChildSyntax Class

Definition

Assembly:Avalonia.Markup
Package:Avalonia
public class SelectorGrammar.NthChildSyntax

Inheritance: object -> SelectorGrammar.NthChildSyntax

Constructors

NameDescription
SelectorGrammar.NthChildSyntaxNo summary available.

SelectorGrammar.NthChildSyntax Constructor

public SelectorGrammar.NthChildSyntax()

Methods

NameDescription
EqualsNo summary available.

Equals Method

public bool Equals(object obj)

Parameters

obj object

Returns

bool

Properties

NameDescription
OffsetNo summary available.
StepNo summary available.

Offset Property

public int Offset { get; set; }

Step Property

public int Step { get; set; }