MrKWatkins.Ast 0.9.132 Help

NodeProcessor<TBaseNode, TNode>.Process Method

Overloads

Name

Description

Process(TBaseNode)

Performs processing on the specified node if it is of type TNode. Does not process any descendents.

Process(TNode)

Performs processing on the specified node. Does not process any descendents.

Process(TBaseNode)

Performs processing on the specified node if it is of type TNode. Does not process any descendents.

public sealed override void Process(TBaseNode node);

Parameters

Name

Type

Description

node

TBaseNode

The node to process.

Process(TNode)

Performs processing on the specified node. Does not process any descendents.

protected new abstract void Process(TNode node);

Parameters

Name

Type

Description

node

TNode

The node to process.

Last modified: 12 August 2025