SyntaxList<TNode>.First Method

Definition

The first node in the list.

public:
 TNode First();
public TNode First ();
member this.First : unit -> 'Node
Public Function First () As TNode

Returns

TNode

Applies to