SyntaxTokenList.Any Method

Definition

Tests whether the list is non-empty.

public:
 bool Any();
public bool Any ();
member this.Any : unit -> bool
Public Function Any () As Boolean

Returns

True if the list contains any tokens.

Applies to