SyntaxNodeOrTokenList.Any Method

Definition

Indicates whether there is any element in the list.

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

Returns

true if there are any elements in the list, else false.

Applies to