Header menu logo F# Compiler Guide

SyntaxNode Module

Holds operations for working with SyntaxNodes in the untyped abstract syntax tree (AST).

Active patterns

Active pattern Description

SyntaxNode.(|Attributes|) node

Full Usage: SyntaxNode.(|Attributes|) node

Parameters:
Returns: SynAttributes

Extracts the SynAttributes, if any, from the given SyntaxNode.

node : SyntaxNode
Returns: SynAttributes

Type something to start searching.