MrKWatkins.Ast Help

Children<TNode>.ExceptOfType Method

Definition

Lazily enumerates over all nodes in this collection not of the specified type.

public IEnumerable<TNode> ExceptOfType<TChild>() where TChild : TNode;

Type Parameters

Name

Description

TChild

The type of the nodes not to return.

Returns

IEnumerable<TNode>

A lazy enumeration of all nodes in this collection not of type TChild.

Last modified: 09 September 2024