MrKWatkins.Ast Help

UnorderedProcessor<TNode>.ShouldProcessNode Method

Definition

Override this method to optionally decide whether to process the specified node or not. Defaults to processing all nodes.

protected virtual bool ShouldProcessNode(TNode node);

Parameters

Name

Type

Description

node

TNode

The node.

Returns

Boolean

true if node should be processed, false otherwise.

Last modified: 09 September 2024